It's <br> not </br>
This commit is contained in:
parent
5efe07f164
commit
126a94b462
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue