Closed div tag

This commit is contained in:
Pavel Savinov
2012-07-24 00:06:33 +12:00
parent cba4d908ab
commit 9cccdee2ff

View File

@@ -13,5 +13,6 @@ description: "An easy-to-read, quick reference for PHP best practices, accepted
{% endif %}
<div id="{{ post.title | downcase | replace:' ','_' | replace:'(','' | replace:')','' | replace:'.','' | replace:'-','' }}">
{{ post.content }}
</div>
{% endfor %}
{{ backtotop|markdownify }}