libremiami-search/searx/templates/legacy/base.html
François Revol 96cfdc77d2 [fix] set the title on the opensearch link tag
Firefox uses the title attributes instead of the ShortName from the xml file
as set in 0fbd7052 which closed #405
2016-10-09 01:12:56 +02:00

2 KiB

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"{% if rtl %} dir="rtl"{% endif %}> <head> {% if rtl %} {% endif %} {% block styles %} {% endblock %} {% block meta %}{% endblock %} {% block head %} {% endblock %} </head>
{% block content %} {% endblock %} {% if autocomplete %} {% endif %}
</html>