diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2015-02-16 15:58:34 +0100 |
|---|---|---|
| committer | Adam Tauber <asciimoo@gmail.com> | 2015-02-16 15:58:34 +0100 |
| commit | 73e9a3585167ae6e4f27b1013c53780c22623824 (patch) | |
| tree | 10fa8f170f9e27ca905d12acef8067bb552a06ef /searx/templates | |
| parent | 2c4631292f1f07ac08c84b5e05dbc4eca2d8dee0 (diff) | |
| parent | f7b052c3542e7887aa23c48f3aa486b842e87292 (diff) | |
Merge pull request #241 from Cqoicebordel/Remove-whitespace
Remove whitespace and allow autocompleter to work in sub folders
Diffstat (limited to 'searx/templates')
| -rw-r--r-- | searx/templates/oscar/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <body> <div class="container"> {% 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 %} |