Forgot an equal sign

This commit is contained in:
Citlali del Rey 2022-11-12 16:35:45 -08:00
parent 646b85aade
commit 559185f49f
Signed by: nullobsi
GPG Key ID: 933A1F44222C2634
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<h2><%= $entry->{"title"} %></h2>
<p>
Posted <%= localtime($entry->{"date"})->strftime() %>.
<a href="<% $entry->{url} %>">Download PGP signature.</a>
<a href="<%= $entry->{url} %>">Download PGP signature.</a>
<p>
<pre><%= $entry->{"text"} %></pre>
</article>