diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-10-16 13:03:50 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-10-16 13:03:50 +0300 |
commit | a7bed71c6431342ceb0503171eaab26c119f2223 (patch) | |
tree | 6b7e8b0c5a879def42e4e1c6ef09efb97749d586 /servo/templates | |
parent | 7ed178e0ba678af813750c603c1636be1376f770 (diff) | |
download | Servo-a7bed71c6431342ceb0503171eaab26c119f2223.tar.gz Servo-a7bed71c6431342ceb0503171eaab26c119f2223.tar.bz2 Servo-a7bed71c6431342ceb0503171eaab26c119f2223.zip |
Cleanup
Diffstat (limited to 'servo/templates')
-rwxr-xr-x | servo/templates/snippets/error_modal.html | 4 |
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 %} |