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.jp.html | |
parent | 7c1cd0237b9ab7446b5528f6586342600641c785 (diff) | |
download | weabot-28b8f6106eadf5c94d79509df7a311b9dfe529c2.tar.gz weabot-28b8f6106eadf5c94d79509df7a311b9dfe529c2.tar.xz weabot-28b8f6106eadf5c94d79509df7a311b9dfe529c2.zip |
Fix autorefresh
Diffstat (limited to 'cgi/templates/board.jp.html')
-rw-r--r-- | cgi/templates/board.jp.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi/templates/board.jp.html b/cgi/templates/board.jp.html index 0e223c9..8e1a1c0 100644 --- a/cgi/templates/board.jp.html +++ b/cgi/templates/board.jp.html @@ -249,7 +249,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}/">掲示板に戻る</a>] |