diff --git a/templates/page.html b/templates/page.html index 64a7ead..cf276f7 100644 --- a/templates/page.html +++ b/templates/page.html @@ -11,7 +11,7 @@ {% endif %} {% endblock %} -{% block title %} – {{ page.title }}{% endblock %} +{% block title %} – {{ page.title|striptags|escape }}{% endblock %} {% block content %}