add hr to post for reply hider
This commit is contained in:
parent
ceb6f09a3f
commit
76cb2341ce
@ -63,3 +63,4 @@ function miner_cb(s) {
|
|||||||
document.getElementById("miner_result").value = s;
|
document.getElementById("miner_result").value = s;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -61,5 +61,6 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="post_body">
|
<div class="post_body">
|
||||||
{{{post.RenderBody}}}
|
{{{post.RenderBody}}}
|
||||||
</div>
|
</div>
|
||||||
|
<hr>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user