Use <p> instead of <figcaption> to appease HTML validator
This commit is contained in:
parent
64067b22f9
commit
a11bae7cdf
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue