--- badrequest.html +++ badrequest.html @@ -6,5 +6,5 @@ {% else %}
Your client made a request that could not be understood.
{% endif %} -If the error persists and if you think this is an error, contact Fedora Infra to resolve the problem.
+If the error persists and if you think this is an error, contact Fedora Infra to resolve the problem.
{% endblock %} --- internalerror.html +++ internalerror.html @@ -8,5 +8,5 @@ fulfill your request. {% endif %}Please retry again.
-If the error persists, contact Fedora Infra to resolve the problem.
+If the error persists, contact Fedora Infra to resolve the problem.
{% endblock %} --- notfound.html +++ notfound.html @@ -6,5 +6,5 @@ {% else %}This page does not exist.
{% endif %} -If you think this is an error, contact Fedora Infra to resolve the problem.
+If you think this is an error, contact Fedora Infra to resolve the problem.
{% endblock %}