diff options
author | Choom | 2023-01-16 05:05:02 -0300 |
---|---|---|
committer | Choom | 2023-01-16 14:37:07 -0300 |
commit | 1f988f01c7eee932ef7d2fb80de5a2b3792097d3 (patch) | |
tree | a83fd88c3f8dc17390f9f084483d53c8884d63ec /cgi/templates/txt_thread.html | |
parent | 4c31093827f57394563de037a21143407586e384 (diff) | |
download | weabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.tar.gz weabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.tar.xz weabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.zip |
Divs únicos deben tener id
Diffstat (limited to 'cgi/templates/txt_thread.html')
-rw-r--r-- | cgi/templates/txt_thread.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/txt_thread.html b/cgi/templates/txt_thread.html index 1989104..98f4567 100644 --- a/cgi/templates/txt_thread.html +++ b/cgi/templates/txt_thread.html @@ -62,7 +62,7 @@ </div> <hr /> <?py if thread['locked'] != 1: ?> - <div class="lastposts"><a href="#{boards_url}#{board}/read/#{thread['timestamp']}/#{thread['length']}-n" id="n">Ver nuevos posts</a></div> + <div id="lastposts"><a href="#{boards_url}#{board}/read/#{thread['timestamp']}/#{thread['length']}-n" id="n">Ver nuevos posts</a></div> <hr /> <?py #endif ?> <?py if thread['length'] > 1000: ?> @@ -104,7 +104,7 @@ </form> <?py #endfor ?> <?py #endif ?> -<div class="end">weabot.py ver <?py include('templates/revision.html') ?> +<div id="end">weabot.py ver <?py include('templates/revision.html') ?> <span class="name"><b>neptune ★</b></span> </div> <a name="bottom"></a> |