Bug 646256 – correct filetype for the apple-touch-icon of the desktop site

This commit is contained in:
sork 2011-03-30 01:34:13 +02:00
Родитель 8ce1502798
Коммит 37987cb4e3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
{# L10n: Page title pattern for <title> tag. #} {# L10n: Page title pattern for <title> tag. #}
<title>{{ _('{title} | Spark powered by Firefox for mobile')|f(title=title) }}</title> <title>{{ _('{title} | Spark powered by Firefox for mobile')|f(title=title) }}</title>
<link rel="shortcut icon" type="image/x-icon" href="{{ MEDIA_URL}}img/favicon.png"> <link rel="shortcut icon" type="image/x-icon" href="{{ MEDIA_URL}}img/favicon.png">
<link rel="apple-touch-icon" href="{{ MEDIA_URL}}img/apple-touch-icon.gif"> <link rel="apple-touch-icon" href="{{ MEDIA_URL}}img/apple-touch-icon.png">
{% block site_css %} {% block site_css %}
{{ css('desktop') }} {{ css('desktop') }}
{% endblock %} {% endblock %}