diff options
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> |