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/oscar/base.html | |
| parent | 74135007ebe2beba5daeb45437ff781a537e4237 (diff) | |
| parent | de1b08a941a6834a39159b9a2aa3ff3552df029f (diff) | |
Merge branch 'master' into gigablast
Diffstat (limited to 'searx/templates/oscar/base.html')
| -rw-r--r-- | searx/templates/oscar/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html index 5eb4462e4..cd3d23df5 100644 --- a/searx/templates/oscar/base.html +++ b/searx/templates/oscar/base.html @@ -47,7 +47,7 @@ </style> </noscript> </head> -<body> +<body class="{{ endpoint }}_endpoint" > {% include 'oscar/navbar.html' %} <div class="container"> |