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
|
# Move it
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<% if (299 < length $thread->{'body'}) { %>
|
<% if (299 < length $thread->{'body'}) { %>
|
||||||
<details class="post__body">
|
<details class="post__body">
|
||||||
<summary>
|
<summary>
|
||||||
[Show All]<%== markdown truncate_text $thread->{'body'} =%>
|
<%== truncate_text $thread->{'body'} =%>
|
||||||
</summary>
|
</summary>
|
||||||
<%== markdown $thread->{'body'} =%>
|
<%== markdown $thread->{'body'} =%>
|
||||||
</details>
|
</details>
|
||||||
|
|
Loading…
Reference in a new issue