aboutsummaryrefslogtreecommitdiff
path: root/templates/recentchanges.tmpl
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-16 15:12:01 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-16 15:12:01 +0000
commitfa96eab12016e2f29a0a3522f1229039fbbf2c5e (patch)
tree1b64018645954c1666a51087afb2a7421b1a68fb /templates/recentchanges.tmpl
parent42973f687ca3a312303330b0ac50ef618a13381c (diff)
downloadikiwiki-fa96eab12016e2f29a0a3522f1229039fbbf2c5e.tar
ikiwiki-fa96eab12016e2f29a0a3522f1229039fbbf2c5e.tar.gz
* Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
a multi-resolution favicon.ico.
Diffstat (limited to 'templates/recentchanges.tmpl')
-rw-r--r--templates/recentchanges.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl
index d9eea14e7..ebd74a984 100644
--- a/templates/recentchanges.tmpl
+++ b/templates/recentchanges.tmpl
@@ -8,7 +8,7 @@
<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
<TMPL_IF NAME="FAVICON">
-<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/png" />
+<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-ico" />
</TMPL_IF>
</head>
<body>