Archived
1
0

add hr to post for reply hider

This commit is contained in:
Jeff Becker 2016-07-18 09:59:53 -04:00
parent ceb6f09a3f
commit 76cb2341ce
2 changed files with 3 additions and 1 deletions

View File

@ -63,3 +63,4 @@ function miner_cb(s) {
document.getElementById("miner_result").value = s;
}
*/

View File

@ -61,5 +61,6 @@
</div>
<div class="post_body">
{{{post.RenderBody}}}
</div>
</div>
<hr>
</div>