aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/txt_archive.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/txt_archive.html')
-rw-r--r--cgi/templates/txt_archive.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/txt_archive.html b/cgi/templates/txt_archive.html
index 88b3196..1407fcf 100644
--- a/cgi/templates/txt_archive.html
+++ b/cgi/templates/txt_archive.html
@@ -43,9 +43,9 @@
<div class="thread" data-length="#{thread['length']}">
<h3>#{thread['subject']} <span>(${(str(thread['length'])+" respuestas") if thread['length'] > 1 else "Una respuesta"})</span></h3>
<?py for post in thread['posts']: ?>
- <?py if post['IS_DELETED'] == '1': ?>
+ <?py if post['IS_DELETED'] == 1: ?>
<div class="reply deleted" data-n="#{post['num']}"><h4>#{post['num']} : Mensaje eliminado por usuario.</h4></div>
- <?py elif post['IS_DELETED'] == '2': ?>
+ <?py elif post['IS_DELETED'] == 2: ?>
<div class="reply deleted" data-n="#{post['num']}"><h4>#{post['num']} : Mensaje eliminado por staff.</h4></div>
<?py else: ?>
<div class="reply#{' first' if post['num'] == 1 else ''}" data-n="#{post['num']}">