diff options
author | Choom | 2022-12-18 05:29:23 -0300 |
---|---|---|
committer | Choom | 2022-12-18 06:43:53 -0300 |
commit | 28b8f6106eadf5c94d79509df7a311b9dfe529c2 (patch) | |
tree | 0426770fdc6a1beeecbcc2f235edfcbff527e36f /cgi/templates/board.html | |
parent | 7c1cd0237b9ab7446b5528f6586342600641c785 (diff) | |
download | weabot-28b8f6106eadf5c94d79509df7a311b9dfe529c2.tar.gz weabot-28b8f6106eadf5c94d79509df7a311b9dfe529c2.tar.xz weabot-28b8f6106eadf5c94d79509df7a311b9dfe529c2.zip |
Fix autorefresh
Diffstat (limited to 'cgi/templates/board.html')
-rw-r--r-- | cgi/templates/board.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi/templates/board.html b/cgi/templates/board.html index ab867d4..778fb31 100644 --- a/cgi/templates/board.html +++ b/cgi/templates/board.html @@ -256,7 +256,8 @@ </td></tr></table> <?py #endif ?> <?py #endfor ?> - <div class="cut"></div></div> + </div> + <div class="cut"></div> <?py if replythread: ?> <hr /> <div class="nav">[<a href="#{boards_url}#{board}/">Volver al IB</a>] |