Commit ddab3c350dca682eb62775c36fd2a59325dd37b4

Authored by Larissa Reis
1 parent 1ead86ec

Missing p close tag

app/views/cms/_textile_quick_reference.html.erb
@@ -15,6 +15,7 @@ @@ -15,6 +15,7 @@
15 <pre># <%= _('first item') %> 15 <pre># <%= _('first item') %>
16 # <%= _('second item') %></pre> 16 # <%= _('second item') %></pre>
17 <p><%= h(_('For code, use HTML tags <pre> and <code>, and indent the code inside them:')) %> 17 <p><%= h(_('For code, use HTML tags <pre> and <code>, and indent the code inside them:')) %>
  18 + </p>
18 <pre> 19 <pre>
19 &lt;pre&gt; 20 &lt;pre&gt;
20 &lt;code&gt; 21 &lt;code&gt;