diff options
Diffstat (limited to 'templates/editpage.tmpl')
-rw-r--r-- | templates/editpage.tmpl | 2 |
1 files changed, 1 insertions, 1 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> |