aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/snippets/error_modal.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/snippets/error_modal.html')
-rwxr-xr-xservo/templates/snippets/error_modal.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/servo/templates/snippets/error_modal.html b/servo/templates/snippets/error_modal.html
index c63010a..acd04ac 100755
--- a/servo/templates/snippets/error_modal.html
+++ b/servo/templates/snippets/error_modal.html
@@ -2,9 +2,9 @@
{% load i18n %}
{% block header %}
- {% trans "An error occured..." %}
+ {% trans "An error occured..." %}
{% endblock header %}
{% block body %}
- {{ error }}
+ {{ error }}
{% endblock body %}