It's <br> not </br>

This commit is contained in:
Tom Hughes 2013-06-11 18:42:09 +01:00
parent 5efe07f164
commit 126a94b462

View file

@ -2,12 +2,12 @@
<ul>
<li>
<h4><%= t "site.markdown_help.headings" %></h4>
<p># <%= t "site.markdown_help.heading" %></br>
<p># <%= t "site.markdown_help.heading" %><br>
## <%= t "site.markdown_help.subheading" %></p>
</li>
<li>
<h4><%= t "site.markdown_help.unordered" %></h4>
<p>* <%= t "site.markdown_help.first" %></br>
<p>* <%= t "site.markdown_help.first" %><br>
* <%= t "site.markdown_help.second" %></p>
</li>
<li>