diff options
Diffstat (limited to 'cgi/templates/board.0.html')
-rw-r--r-- | cgi/templates/board.0.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/board.0.html b/cgi/templates/board.0.html index 1557cbc..0f5f31f 100644 --- a/cgi/templates/board.0.html +++ b/cgi/templates/board.0.html @@ -196,7 +196,7 @@ #{post['message']} </blockquote> <?py if not replythread and post['shortened']: ?> - <blockquote class="abbrev">(Post muy largo... Presiona <a href="#{boards_url}#{board}/res/#{post['id'] if post['parentid'] == "0" else post['parentid']}.html##{post['id']}">aquí</a> para verlo completo.)</blockquote> + <blockquote class="abbrev">(Post muy largo... Presiona <a href="#{boards_url}#{board}/res/#{post['id'] if not post['parentid'] else post['parentid']}.html##{post['id']}">aquí</a> para verlo completo.)</blockquote> <?py #endif ?> <?py #endif ?> <?py if post['parentid'] == "0": ?> @@ -227,4 +227,4 @@ <?py if pagenav: ?> <div class="pg">#{pagenav}</div> <?py #endif ?> -<?py include('templates/base_bottom.html') ?>
\ No newline at end of file +<?py include('templates/base_bottom.html') ?> |