Loading searx/templates/simple/preferences.html +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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> Loading Loading @@ -122,7 +122,7 @@ {% endif %} {% endif %} {% endfor %} {% endfor %} </table> </table> <div> </div> {{ tab_footer() }} {{ tab_footer() }} {% endfor %} {% endfor %} {{ tabs_close() }} {{ tabs_close() }} Loading Loading
searx/templates/simple/preferences.html +2 −2 Original line number Original line Diff line number Diff line Loading @@ -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> Loading Loading @@ -122,7 +122,7 @@ {% endif %} {% endif %} {% endfor %} {% endfor %} </table> </table> <div> </div> {{ tab_footer() }} {{ tab_footer() }} {% endfor %} {% endfor %} {{ tabs_close() }} {{ tabs_close() }} Loading