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 | |
parent | 5002526395af922f18bd7b5757b72546469541e4 (diff) | |
download | ikiwiki-fb670513bf2372a6a88e5a5bc15eacfe4b88bf35.tar ikiwiki-fb670513bf2372a6a88e5a5bc15eacfe4b88bf35.tar.gz |
fix mime type
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editpage.tmpl | 2 | ||||
-rw-r--r-- | templates/misc.tmpl | 2 | ||||
-rw-r--r-- | templates/page.tmpl | 2 | ||||
-rw-r--r-- | templates/recentchanges.tmpl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/editpage.tmpl b/templates/editpage.tmpl index a5c44dc4c..6030fa2c1 100644 --- a/templates/editpage.tmpl +++ b/templates/editpage.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> diff --git a/templates/misc.tmpl b/templates/misc.tmpl index b2a9eace8..32e2c934e 100644 --- a/templates/misc.tmpl +++ b/templates/misc.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> diff --git a/templates/page.tmpl b/templates/page.tmpl index 577b11a8e..e1a55be4a 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -7,7 +7,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> <TMPL_IF NAME="RSSLINK"><TMPL_VAR RSSLINK></TMPL_IF> <TMPL_IF NAME="META"><TMPL_VAR META></TMPL_IF> 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> |