diff --git a/Dockerfile b/Dockerfile index 5ee383e..b29078e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM perl:5.36 +FROM docker.io/perl:5.36 # Move it WORKDIR /opt diff --git a/templates/thread/by_page.html.ep b/templates/thread/by_page.html.ep index cdff438..23d662f 100644 --- a/templates/thread/by_page.html.ep +++ b/templates/thread/by_page.html.ep @@ -26,7 +26,7 @@ <% if (299 < length $thread->{'body'}) { %>
- [Show All]<%== markdown truncate_text $thread->{'body'} =%> + <%== truncate_text $thread->{'body'} =%> <%== markdown $thread->{'body'} =%>