Skip to content

Commit

Permalink
Merge pull request #1329 from Alex-D/hotfix_safe
Browse files Browse the repository at this point in the history
Safe les métadonnées
  • Loading branch information
Eskimon committed Jul 31, 2014
2 parents f48ae34 + 6e2489a commit 355cbeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@
{% captureas schema %}
{% block schema %}{% endblock %}
{% endcaptureas %}
<section class="content-wrapper" {{ schema }}>
<section class="content-wrapper" {{ schema|safe }}>
<h1 {% if schema %}itemprop="name"{% endif %}>
{% block headline %}{% endblock %}
</h1>
Expand Down

0 comments on commit 355cbeb

Please sign in to comment.