From bbb5e23551fd62d2372f96a9d4187cac276eb059 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Sat, 14 Feb 2015 01:42:06 +0100 Subject: Remove whitespace caused by Jinja commands Adding this conf change will remove every newline created by a Jinja command (`{% %}`). It can save a bit of bandwidth. --- searx/templates/oscar/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searx/templates') diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index df5c53965..c185f8774 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -46,7 +46,7 @@
{% include 'oscar/navbar.html' %} - + {% block site_alert_error %} {% endblock %} {% block site_alert_warning %} @@ -62,7 +62,7 @@ {% endblock %} {% block site_alert_success %} {% endblock %} - + {% block content %} {% endblock %} -- cgit v1.2.3