Fix podman and HTML validator errors

This commit is contained in:
swagg boi 2023-12-09 21:21:31 -05:00
parent 59122613af
commit 26ec22c3d3
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM perl:5.36
FROM docker.io/perl:5.36
# Move it
WORKDIR /opt

View file

@ -26,7 +26,7 @@
<% if (299 < length $thread->{'body'}) { %>
<details class="post__body">
<summary>
[Show All]<%== markdown truncate_text $thread->{'body'} =%>
<%== truncate_text $thread->{'body'} =%>
</summary>
<%== markdown $thread->{'body'} =%>
</details>