diff options
Diffstat (limited to 'searx/templates/courgette/404.html')
| -rw-r--r-- | searx/templates/courgette/404.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/courgette/404.html b/searx/templates/courgette/404.html index 7a317f023..77f1287ab 100644 --- a/searx/templates/courgette/404.html +++ b/searx/templates/courgette/404.html @@ -3,7 +3,7 @@ <div class="center"> <h1>{{ _('Page not found') }}</h1> {% autoescape false %} - <p>{{ _('Go to %(search_page)s.', search_page='<a href="{}">{}</a>'.format(url_for('index'), _('search page'))) }}</p> + <p>{{ _('Go to %(search_page)s.', search_page='<a href="{}">{}</a>'.decode('utf-8').format(url_for('index'), _('search page'))) }}</p> {% endautoescape %} </div> {% endblock %} |