aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-16 05:05:02 -0300
committerLibravatar Choom 2023-01-16 14:37:07 -0300
commit1f988f01c7eee932ef7d2fb80de5a2b3792097d3 (patch)
treea83fd88c3f8dc17390f9f084483d53c8884d63ec /cgi
parent4c31093827f57394563de037a21143407586e384 (diff)
downloadweabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.tar.gz
weabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.tar.xz
weabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.zip
Divs únicos deben tener id
Diffstat (limited to 'cgi')
-rw-r--r--cgi/templates/txt_thread.html4
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>