diff options
author | neptune | 2022-02-21 18:56:39 -0300 |
---|---|---|
committer | neptune | 2022-02-21 18:56:39 -0300 |
commit | 8dcb65e8f3fbe519657d71037f1c367fd3d80e53 (patch) | |
tree | 442d44b331b4571a8e521a210fd13d3f3bbf3ceb /cgi/templates/board.0.html | |
parent | e11669559b14dfb14b40bb0a8cafb2f62dc268eb (diff) | |
download | weabot-8dcb65e8f3fbe519657d71037f1c367fd3d80e53.tar.gz weabot-8dcb65e8f3fbe519657d71037f1c367fd3d80e53.tar.xz weabot-8dcb65e8f3fbe519657d71037f1c367fd3d80e53.zip |
Arreglados problemas de migraciĆ³n
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') ?> |