diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-17 17:46:51 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-17 17:46:51 +0000 |
commit | fb670513bf2372a6a88e5a5bc15eacfe4b88bf35 (patch) | |
tree | 070c76c0a551ffec7da578adaa4538ff788485ce /templates/recentchanges.tmpl | |
parent | 5002526395af922f18bd7b5757b72546469541e4 (diff) | |
download | ikiwiki-fb670513bf2372a6a88e5a5bc15eacfe4b88bf35.tar ikiwiki-fb670513bf2372a6a88e5a5bc15eacfe4b88bf35.tar.gz |
fix mime type
Diffstat (limited to 'templates/recentchanges.tmpl')
-rw-r--r-- | templates/recentchanges.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/recentchanges.tmpl b/templates/recentchanges.tmpl index ebd74a984..9d4ba405c 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/x-ico" /> +<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" /> </TMPL_IF> </head> <body> |