Commit ddab3c350dca682eb62775c36fd2a59325dd37b4
1 parent
1ead86ec
Exists in
master
and in
21 other branches
Missing p close tag
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
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 | <pre> | 20 | <pre> |
| 20 | <code> | 21 | <code> |