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