diff options
Diffstat (limited to 'tests/root/_templates/layout.html')
| -rw-r--r-- | tests/root/_templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/root/_templates/layout.html b/tests/root/_templates/layout.html index 82125df8e..db685b020 100644 --- a/tests/root/_templates/layout.html +++ b/tests/root/_templates/layout.html @@ -12,4 +12,4 @@ {# display global TOC in addition to local TOC #} {{ super() }} {{ toctree(collapse=False, maxdepth=-1) }} -{% endblock %}
\ No newline at end of file +{% endblock %} |
