From 4cdd03756ec9efca12accb589a3b4af75276bb21 Mon Sep 17 00:00:00 2001 From: swag Date: Sun, 21 May 2023 01:03:01 -0400 Subject: [PATCH] eh --- templates/thread/by_page.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/thread/by_page.html.ep b/templates/thread/by_page.html.ep index 8e43cc5..2c74f67 100644 --- a/templates/thread/by_page.html.ep +++ b/templates/thread/by_page.html.ep @@ -22,7 +22,7 @@ <%= link_to url_for(single_thread => {thread_id => $thread->{'id'}}) ->fragment('remarks'), (class => 'click'), begin %> <%= $thread->{'remark_tally'} %> Remarks - <% end =%> + <% end %> <%= link_to bump_thread => {thread_id => $thread->{'id'}}, (class => 'click'), begin %> Bump (<%= $thread->{'bump_tally'} %>)