aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/txt_board.html
diff options
context:
space:
mode:
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>