Fix podman and HTML validator errors
This commit is contained in:
parent
59122613af
commit
26ec22c3d3
|
@ -1,4 +1,4 @@
|
|||
FROM perl:5.36
|
||||
FROM docker.io/perl:5.36
|
||||
|
||||
# Move it
|
||||
WORKDIR /opt
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue