From a7bed71c6431342ceb0503171eaab26c119f2223 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Fri, 16 Oct 2015 13:03:50 +0300 Subject: Cleanup --- servo/templates/snippets/error_modal.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'servo/templates') 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 %} -- cgit v1.2.3