Loading searx/templates/etheme/preferences.html +1 −1 Original line number Diff line number Diff line Loading @@ -212,7 +212,7 @@ <div> <p>{{ _('Search URL of the currently saved preferences') }} <small class="text-muted">({{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }})</small>:<br/> </p> <input readonly="" class="input-current-preferences select-all-on-click block" type="url" value="{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&q=okay{% endraw %}"> <input readonly="" class="input-current-preferences select-all-on-click block" type="url" value="{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&q=%s{% endraw %}"> </div> <section id="action_buttons"> Loading Loading
searx/templates/etheme/preferences.html +1 −1 Original line number Diff line number Diff line Loading @@ -212,7 +212,7 @@ <div> <p>{{ _('Search URL of the currently saved preferences') }} <small class="text-muted">({{ _('Note: specifying custom settings in the search URL can reduce privacy by leaking data to the clicked result sites.') }})</small>:<br/> </p> <input readonly="" class="input-current-preferences select-all-on-click block" type="url" value="{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&q=okay{% endraw %}"> <input readonly="" class="input-current-preferences select-all-on-click block" type="url" value="{{ url_for('index', _external=True) }}?preferences={{ preferences_url_params|e }}{% raw %}&q=%s{% endraw %}"> </div> <section id="action_buttons"> Loading