aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-10-16 13:03:50 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-10-16 13:03:50 +0300
commita7bed71c6431342ceb0503171eaab26c119f2223 (patch)
tree6b7e8b0c5a879def42e4e1c6ef09efb97749d586 /servo/templates
parent7ed178e0ba678af813750c603c1636be1376f770 (diff)
downloadServo-a7bed71c6431342ceb0503171eaab26c119f2223.tar.gz
Servo-a7bed71c6431342ceb0503171eaab26c119f2223.tar.bz2
Servo-a7bed71c6431342ceb0503171eaab26c119f2223.zip
Cleanup
Diffstat (limited to 'servo/templates')
-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 %}