diff options
Diffstat (limited to 'cgi/templates/board.html')
-rw-r--r-- | cgi/templates/board.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/board.html b/cgi/templates/board.html index 09ed67d..0583230 100644 --- a/cgi/templates/board.html +++ b/cgi/templates/board.html @@ -184,7 +184,7 @@ <?py #endif ?> <span class="date" data-unix="#{post['timestamp']}">#{post['timestamp_formatted']}</span> <?py if replythread: ?> - <span class="reflink"><a href="##{post['id']}">No.</a><a href="#" class="postid">#{post['id']}</a></span> + <span class="reflink"><a href="##{post['id']}">No.</a><a href="#" class="num">#{post['id']}</a></span> <?py else: ?> <span class="reflink"><a href="#{boards_url}#{board}/res/#{post['parentid'] if post['parentid'] != "0" else post['id']}.html##{post['id']}">No.</a><a href="#{boards_url}#{board}/res/#{post['parentid'] if post['parentid'] != "0" else post['id']}.html#i#{post['id']}">#{post['id']}</a></span> <?py #endif ?> @@ -262,7 +262,7 @@ <div class="pg">#{pagenav}</div> <?py #endif ?> <?py if not force_css: ?> - <div class="selector"><b>Apariencia:</b><select id="styles"> + <div class="selector"><b>Estilo:</b><select id="styles"> <?py for title in styles: ?><option value="#{title}">#{title}</option><?py #endfor ?> </select> </div> |