diff options
Diffstat (limited to 'cgi/templates')
-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> |