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>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user