summaryrefslogtreecommitdiff
path: root/searx/templates/legacy/base.html
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2020-06-09 08:29:48 +0000
committerGitHub <noreply@github.com>2020-06-09 08:29:48 +0000
commit2b1f73ad49b6f228830fd07c5cde8be0dcb29cd5 (patch)
tree8ade565942e41583473189cd1a674156f33be045 /searx/templates/legacy/base.html
parentb85d845636ec36bdd98d4d5cea21dd0d82fcdec9 (diff)
parent785f0938fdc6c0b587d5f416f005ab5046260ba6 (diff)
Merge branch 'master' into about-opensearch
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 %}