summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authormrpaulblack <paul@paulgo.io>2023-08-13 21:31:58 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-08-14 07:11:06 +0200
commit621b09b9b96c790711e6c28d311364e4dfe873a4 (patch)
treef7a3942c3d9c188dbdf78a8b5d14a9f25ab36fdb /searx/templates
parentf175574f3731c99d82758952e37f52037476aa5f (diff)
downloadsearxng-621b09b9b96c790711e6c28d311364e4dfe873a4.tar.gz
searxng-621b09b9b96c790711e6c28d311364e4dfe873a4.zip
[fix] preferences: change engine table category colspan to 8
* this is a small fix to increase the colspan of the category in engine preferences from 7 to 8, since there was a column added => fixing a small fallout from 473129031710973e3c02e7178085b751b5e821ed
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/simple/preferences/engines.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/preferences/engines.html b/searx/templates/simple/preferences/engines.html
index ec78549b3..0dd74a0bb 100644
--- a/searx/templates/simple/preferences/engines.html
+++ b/searx/templates/simple/preferences/engines.html
@@ -35,7 +35,7 @@
{%- if loop.length > 1 -%}
<tr>{{- '' -}}
<th class="engine-group" colspan="2">{{- _(group) -}}</th>{{- '' -}}
- <th class="engine-group" colspan="7">
+ <th class="engine-group" colspan="8">
{%- if group_bang -%}
<span class="bang">{{- group_bang -}}</span>
{%- endif -%}</th>{{- '' -}}