aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/txt_board.en.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/txt_board.en.html')
-rw-r--r--cgi/templates/txt_board.en.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/cgi/templates/txt_board.en.html b/cgi/templates/txt_board.en.html
index 16fe616..567ef8e 100644
--- a/cgi/templates/txt_board.en.html
+++ b/cgi/templates/txt_board.en.html
@@ -52,15 +52,15 @@
<h4>#{post['num']} :
<?py if post['email']: ?>
<?py if post['tripcode']: ?>
- <a href="mailto:#{post['email']}"><span class="name"><b>#{post['name']}</b> #{post['tripcode']}</span></a>
+ <a class="email" href="mailto:#{post['email']}"><span class="name">#{post['name']}</span> <span class="trip">#{post['tripcode']}</span></a>
<?py else: ?>
- <a href="mailto:#{post['email']}"><span class="name"><b>#{post['name']}</b></span></a>
+ <a class="email" href="mailto:#{post['email']}"><span class="name">#{post['name']}</span></a>
<?py #endif ?>
<?py else: ?>
<?py if post['tripcode']: ?>
- <span class="name"><b>#{post['name']}</b> #{post['tripcode']}</span>
+ <span class="name">#{post['name']}</span> <span class="trip">#{post['tripcode']}</span>
<?py else: ?>
- <span class="name"><b>#{post['name']}</b></span>
+ <span class="name">#{post['name']}</span>
<?py #endif ?>
<?py #endif ?>
: <span class="date" data-unix="#{post['timestamp']}">#{post['timestamp_formatted']}</span>