Use <p> instead of <figcaption> to appease HTML validator

This commit is contained in:
swag 2022-04-01 15:36:16 -04:00
parent 64067b22f9
commit a11bae7cdf

View File

@ -9,12 +9,12 @@
<blockquote><p><%= @$post[2] %></p></blockquote>
</section>
<section class="name field">
<figcaption>
<p>
- <%= @$post[1] %>
<% if (@$post[3]) { =%>
(<%= link_to Homepage => @$post[3] %>)
<% } =%>
</figcaption>
</p>
</section>
<span hidden>Message ID: <%= @$post[4] %></span>
</article>