From cbb9e0e4ac7bb4b425b17a4bdb10713681f98c86 Mon Sep 17 00:00:00 2001 From: Tinnet Coronam Date: Sun, 13 Feb 2011 03:09:47 +0100 Subject: [PATCH] added missing closing double curly braces --- hyde/layouts/basic/layout/base.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hyde/layouts/basic/layout/base.html b/hyde/layouts/basic/layout/base.html index 9775224..88b5bbf 100644 --- a/hyde/layouts/basic/layout/base.html +++ b/hyde/layouts/basic/layout/base.html @@ -13,7 +13,7 @@ - + @@ -25,7 +25,7 @@ - + {% block favicons %} @@ -99,4 +99,4 @@ {% endblock js %} -{% endblock all %} \ No newline at end of file +{% endblock all %}