summaryrefslogtreecommitdiff
path: root/views/forum_search.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/forum_search.pug')
-rw-r--r--views/forum_search.pug4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/forum_search.pug b/views/forum_search.pug
index 1301b76..f7d1b42 100644
--- a/views/forum_search.pug
+++ b/views/forum_search.pug
@@ -18,8 +18,8 @@ html
tobdy
each row in results
tr
- td: a(href="/user/"+row.author)= row.author
- td: a(href="/forum/thread/"+row.thread_id+"#"+row.post_id)= row.subject
+ td: a.black(href="/user/"+row.author)= row.author
+ td: a.black(href="/forum/thread/"+row.thread_id+"#"+row.post_id)= row.subject
td= row.snippet
if user