mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 19:00:10 +01:00
[fix] Remove markup errors in simple template preferences file
This commit is contained in:
parent
21beb64a72
commit
89deb4fbcc
@ -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 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
<div>
|
</div>
|
||||||
{{ tab_footer() }}
|
{{ tab_footer() }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{{ tabs_close() }}
|
{{ tabs_close() }}
|
||||||
|
Loading…
Reference in New Issue
Block a user