* Add quotes around the href value in the mailto links on the error pages.
[matthijs/projects/xerxes.git] / templates / 404.html
index 5a77c6af923eeb6e17d59e19272f112256690747..a7ac049fbeaa359fa3fc6d9866b8c523b3af27b5 100644 (file)
@@ -7,7 +7,7 @@
 <h1>{% trans "Page not found" %}</h1>
 {% blocktrans with email|encode_string|safe as email %}
 The page you requested could not be found. If you think this is an
-error, please send an <a href=mailto:{{ email }}>email</a>.
+error, please send an <a href="mailto:{{ email }}">email</a>.
 {% endblocktrans %}
 {% endwith %}
 {% endblock %}