summaryrefslogtreecommitdiff
path: root/searx/templates/legacy/base.html
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-06-06 12:44:15 +0000
committerGitHub <noreply@github.com>2020-06-06 12:44:15 +0000
commitd894785f3c206b6e49e6ce4d7072d52a1daba768 (patch)
tree34da4f7a9a50341522d58c5453529468a42c5a75 /searx/templates/legacy/base.html
parent244f0fbd0dc37cc1d56f21e90a8fd3258c20d804 (diff)
parentc6ca468df2cf0813619eb67912d3b34ac8fdfac6 (diff)
Merge branch 'master' into new-readme
Diffstat (limited to 'searx/templates/legacy/base.html')
-rw-r--r--searx/templates/legacy/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/legacy/base.html b/searx/templates/legacy/base.html
index da19741cb..21fe42e16 100644
--- a/searx/templates/legacy/base.html
+++ b/searx/templates/legacy/base.html
@@ -20,7 +20,7 @@
<link title="{{ instance_name }}" type="application/opensearchdescription+xml" rel="search" href="{{ url_for('opensearch') }}"/>
{% endblock %}
</head>
- <body>
+ <body class="{{ endpoint }}_endpoint" >
<div id="container">
{% block content %}
{% endblock %}