diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-04 21:22:53 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-06-04 21:22:53 +0200 |
| commit | 1fc0e9ddc59ab5217a08c36561791fbf0b96190a (patch) | |
| tree | ebc8d3012ca0ef1f0d18c5437e6e69bb76a72d9a /searx/templates/courgette/base.html | |
| parent | 2b2a882df046e9ee3bfae8a8f33ffc2484b603b5 (diff) | |
| parent | de1b08a941a6834a39159b9a2aa3ff3552df029f (diff) | |
Merge branch 'master' of https://github.com/asciimoo/searx into filtron
Diffstat (limited to 'searx/templates/courgette/base.html')
| -rw-r--r-- | searx/templates/courgette/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/courgette/base.html b/searx/templates/courgette/base.html index 8e272585c..f4c61dac2 100644 --- a/searx/templates/courgette/base.html +++ b/searx/templates/courgette/base.html @@ -29,7 +29,7 @@ searx.autocompleter = {% if autocomplete %}true{% else %}false{% endif %}; </script> </head> - <body> + <body class="{{ endpoint }}_endpoint" > <div id="container"> {% block content %} {% endblock %} |