aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/txt_board.html
diff options
context:
space:
mode:
authorLibravatar neptune 2021-03-26 17:39:29 -0300
committerLibravatar neptune 2021-03-26 17:39:29 -0300
commitc6a63f5c141c5f144434e556fcf296be4240e7f9 (patch)
treea958e4355403e64fa204963620ec09541be11635 /cgi/templates/txt_board.html
parent0313477c29f101f332b51b2c1ea361320e22bd85 (diff)
downloadweabot-c6a63f5c141c5f144434e556fcf296be4240e7f9.tar.gz
weabot-c6a63f5c141c5f144434e556fcf296be4240e7f9.tar.xz
weabot-c6a63f5c141c5f144434e556fcf296be4240e7f9.zip
Update
Diffstat (limited to 'cgi/templates/txt_board.html')
-rw-r--r--cgi/templates/txt_board.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/txt_board.html b/cgi/templates/txt_board.html
index d3bc72e..63913ea 100644
--- a/cgi/templates/txt_board.html
+++ b/cgi/templates/txt_board.html
@@ -50,7 +50,7 @@
<?py elif post['IS_DELETED'] == '2': ?>
<h4 class="deleted">#{post['num']} Mensaje eliminado por miembro del staff.</h4>
<?py else: ?>
- <div class="reply#{' first' if post['num'] == 1 else ''}" data-n="#{post['num']}">
+ <div class="reply#{' first' if post['num'] == 1 else ''}" data-id="#{post['id']}" data-n="#{post['num']}">
<h4>#{post['num']} :
<?py if post['email']: ?>
<?py if post['tripcode']: ?>
@@ -135,4 +135,4 @@
</div>
<center id="footer"><a href="/" target="_top">Bienvenido a Internet BBS/IB</a> weabot.py <?py include('templates/revision.html') ?> + FastCGI + tenjin<br />No se ponga sensible, baisano...</center>
</body>
-</html> \ No newline at end of file
+</html>