Fix scroll to utf-8 characters

This commit is contained in:
Pavel Savinov
2012-07-22 03:08:29 +12:00
parent 3c0ed311d1
commit a5cf5e2d9b

View File

@@ -11,6 +11,7 @@ description: "An easy-to-read, quick reference for PHP best practices, accepted
{% if post.isChild != true and loop.first != true %}
{{ backtotop|markdownify }}
{% endif %}
<div id="{{ post.title | downcase | replace:' ','_' | replace:'(','' | replace:')','' | replace:'.','' | replace:'-','' }}">
{{ post.content }}
{% endfor %}
{{ backtotop|markdownify }}