mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-08 06:56:33 +02:00
Closed div tag
This commit is contained in:
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user