From 37987cb4e3430071370cf10109c960ab68f63227 Mon Sep 17 00:00:00 2001 From: sork Date: Wed, 30 Mar 2011 01:34:13 +0200 Subject: [PATCH] =?UTF-8?q?Bug=20646256=20=E2=80=93=20correct=20filetype?= =?UTF-8?q?=20for=20the=20apple-touch-icon=20of=20the=20desktop=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/desktop/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/desktop/base.html b/templates/desktop/base.html index 7c0aa9a..3a4fb40 100644 --- a/templates/desktop/base.html +++ b/templates/desktop/base.html @@ -6,7 +6,7 @@ {# L10n: Page title pattern for tag. #} <title>{{ _('{title} | Spark powered by Firefox for mobile')|f(title=title) }} - + {% block site_css %} {{ css('desktop') }} {% endblock %}