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 15 <pre># <%= _('first item') %>
16 16 # <%= _('second item') %></pre>
17 17 <p><%= h(_('For code, use HTML tags <pre> and <code>, and indent the code inside them:')) %>
  18 + </p>
18 19 <pre>
19 20 &lt;pre&gt;
20 21 &lt;code&gt;
... ...