This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
blog
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
HTML rules says div needs to have it's own closing tag:
https://stackoverflow.com/questions/3558119/are-non-void-self-closing-tags-valid-in-html5
main
John-Mark Gurney
3 years ago
parent
7f631b112e
commit
5ef4ec3e6d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
layout/blog.j2
+ 1
- 1
layout/blog.j2
View File
@@ -22,7 +22,7 @@
{% endfor %}
</ul>
{% endif %}
<div class="clear"/>
<div class="clear"
><
/
div
>
<section>
{% filter markdown|typogrify|rellinktoabs -%}
{% block post -%}{%- endblock %}
Write
Preview
Loading…
Cancel
Save