# HG changeset patch # User Ludovic Chabant # Date 1425261641 28800 # Node ID a5d21fac8e3f3177900e5b4a7b9d795c2f40ffd9 # Parent 9cc91a3d68620fc44fcd8eb0c24bbc5ea7ea43bc docs: Change docs' templates after changes in Jinja's wrapper. diff -r 9cc91a3d6862 -r a5d21fac8e3f docs/templates/default.html --- a/docs/templates/default.html Sun Mar 01 18:00:10 2015 -0800 +++ b/docs/templates/default.html Sun Mar 01 18:00:41 2015 -0800 @@ -45,14 +45,14 @@ {% endblock %} {% block content %}
- {{ content|raw }} + {{ content|safe }}
{% endblock %} - {{ piecrust.debug_info|raw }} + {{ piecrust.debug_info|safe }} {% if baker.is_baking %} {{ google.analytics("UA-3426592-10") }} diff -r 9cc91a3d6862 -r a5d21fac8e3f docs/templates/doc.html --- a/docs/templates/doc.html Sun Mar 01 18:00:10 2015 -0800 +++ b/docs/templates/doc.html Sun Mar 01 18:00:41 2015 -0800 @@ -9,7 +9,7 @@ {% block content %}
- {{ content|raw }} + {{ content|safe }}