Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
spot
Commits
89deb4fb
Commit
89deb4fb
authored
Jan 07, 2019
by
Étienne Deparis
Browse files
[fix] Remove markup errors in simple template preferences file
parent
21beb64a
Changes
1
Show whitespace changes
Inline
Side-by-side
searx/templates/simple/preferences.html
View file @
89deb4fb
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
<option
value=
"0"
{%
if
safesearch =
=
'0'
%}
selected=
"selected"
{%
endif
%}
>
{{ _('None') }}
</option>
<option
value=
"0"
{%
if
safesearch =
=
'0'
%}
selected=
"selected"
{%
endif
%}
>
{{ _('None') }}
</option>
</select>
</select>
</p>
</p>
<
div
class=
"description"
>
{{ _('Filter content') }}
</p>
<
p
class=
"description"
>
{{ _('Filter content') }}
</p>
</fieldset>
</fieldset>
{{ plugin_preferences('general') }}
{{ plugin_preferences('general') }}
<fieldset>
<fieldset>
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
{% endif %}
{% endif %}
{% endfor %}
{% endfor %}
</table>
</table>
<div>
<
/
div>
{{ tab_footer() }}
{{ tab_footer() }}
{% endfor %}
{% endfor %}
{{ tabs_close() }}
{{ tabs_close() }}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment