From 1ef8f2e2e7f8f866e10b0e042b9e63827e4a2eaf Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sun, 10 Dec 2023 01:05:48 -0500 Subject: [PATCH] Some template cleanup --- templates/thread/by_page.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/thread/by_page.html.ep b/templates/thread/by_page.html.ep index 23d662f..9ffa008 100644 --- a/templates/thread/by_page.html.ep +++ b/templates/thread/by_page.html.ep @@ -23,10 +23,10 @@

<%= $thread->{'date'} %>

<%= $thread->{'author'} %>
- <% if (299 < length $thread->{'body'}) { %> + <% if (299 < length $thread->{'body'}) { =%>
- <%== truncate_text $thread->{'body'} =%> + <%== truncate_text $thread->{'body'} %> <%== markdown $thread->{'body'} =%>