mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-06 22:16:34 +02:00
Fix scroll to utf-8 characters
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user