diff options
Diffstat (limited to 'libpathod/templates/help.html')
-rw-r--r-- | libpathod/templates/help.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libpathod/templates/help.html b/libpathod/templates/help.html index 3ab48c95..f5ac6796 100644 --- a/libpathod/templates/help.html +++ b/libpathod/templates/help.html @@ -1,4 +1,4 @@ -{% extends frame.html %} +{% extends "frame.html" %} {% block body %} <!-- Text below generated with "markdown2 README.mkd" --> @@ -251,4 +251,4 @@ ascii bytes </code></pre> -{% end %} +{% endblock %} |