summaryrefslogtreecommitdiff
path: root/searx/templates/oscar/navbar.html
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2019-12-10 16:02:54 +0000
committerGitHub <noreply@github.com>2019-12-10 16:02:54 +0000
commit50e1fcaa5e7369a64829552fc96cd24c787706c9 (patch)
treef1350147393a2153246e76f5438613c2f3725c53 /searx/templates/oscar/navbar.html
parentf7a0510ac0e1853e3662b39254f3eb9be0efa2b0 (diff)
parent7fbb15e05070de26c3b5b1958a2c2a42208bbe8b (diff)
Merge pull request #1671 from dalf/tidy-oscar
[mod] tidy oscar HTML output
Diffstat (limited to 'searx/templates/oscar/navbar.html')
-rw-r--r--searx/templates/oscar/navbar.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/searx/templates/oscar/navbar.html b/searx/templates/oscar/navbar.html
index 12bf14ffa..077fb9f15 100644
--- a/searx/templates/oscar/navbar.html
+++ b/searx/templates/oscar/navbar.html
@@ -1,9 +1,9 @@
-<div class="searx-navbar">
- <span class="instance {% if rtl %}pull-right{% else %}pull-left{% endif%}">
- <a href="{{ url_for('index') }}">{{ instance_name }}</a>
- </span>
- <span class="{% if rtl %}pull-left{% else %}pull-right{% endif %}">
- <a href="{{ url_for('about') }}">{{ _('about') }}</a>
- <a href="{{ url_for('preferences') }}">{{ _('preferences') }}</a>
- </span>
+<div class="searx-navbar">{{- "" -}}
+ <span class="instance {% if rtl %}pull-right{% else %}pull-left{% endif%}">{{- "" -}}
+ <a href="{{ url_for('index') }}">{{ instance_name }}</a>{{- "" -}}
+ </span>{{- "" -}}
+ <span class="{% if rtl %}pull-left{% else %}pull-right{% endif %}">{{- "" -}}
+ <a href="{{ url_for('about') }}">{{ _('about') }}</a>{{- "" -}}
+ <a href="{{ url_for('preferences') }}">{{ _('preferences') }}</a>{{- "" -}}
+ </span>{{- "" -}}
</div>