diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2020-06-04 21:20:30 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-04 21:20:30 +0000 |
| commit | d9c1d5192def5c67dff34e42cfe43a55df2e792f (patch) | |
| tree | 32ca5e304aea10a77018a0cd0ffc59b659a432d0 /searx/templates/courgette/base.html | |
| parent | 74135007ebe2beba5daeb45437ff781a537e4237 (diff) | |
| parent | de1b08a941a6834a39159b9a2aa3ff3552df029f (diff) | |
Merge branch 'master' into gigablast
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 %} |