Loading searx/plugins/rest_api.py +1 −3 Original line number Diff line number Diff line import hmac import hashlib from urllib.parse import urlencode from flask_babel import gettext from searx import settings from urllib.parse import urlencode name = gettext('Rest API') Loading searx/templates/eelo/404.html +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ <h2>{{_("Page not found")}}</h2> {% autoescape false %} <p>{{ _('Go to %(search_page)s.', search_page=unicode('<a href="{}">{}</a>').format(url_for('index'), _('search page'))) }}</p> <p>{{ _('Go to %(search_page)s.', search_page='<a href="{}">{}</a>'.format(url_for('index'), _('search page'))) }}</p> {% endautoescape %} </div> </div> Loading Loading
searx/plugins/rest_api.py +1 −3 Original line number Diff line number Diff line import hmac import hashlib from urllib.parse import urlencode from flask_babel import gettext from searx import settings from urllib.parse import urlencode name = gettext('Rest API') Loading
searx/templates/eelo/404.html +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ <h2>{{_("Page not found")}}</h2> {% autoescape false %} <p>{{ _('Go to %(search_page)s.', search_page=unicode('<a href="{}">{}</a>').format(url_for('index'), _('search page'))) }}</p> <p>{{ _('Go to %(search_page)s.', search_page='<a href="{}">{}</a>'.format(url_for('index'), _('search page'))) }}</p> {% endautoescape %} </div> </div> Loading