diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-03-22 07:33:10 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-03-22 07:33:10 +0000 |
commit | 4cb765e78362f36073bd490248b1f870095b5c40 (patch) | |
tree | 635f9eab1b49e6c5333218999b0d27f9abbe651f /template/yoga/header.tpl | |
parent | 0971ce48d217b7cc8081ae70c4b041ab23fdf29c (diff) |
fix : HTML 4.01 compliance
git-svn-id: http://piwigo.org/svn/trunk@1093 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/header.tpl b/template/yoga/header.tpl index 94b401e5c..4a34929b3 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -3,7 +3,7 @@ <html lang="{LANG}" dir="{DIR}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}"> -<link rel="shortcut icon" type="image/x-icon" href="{pwg_root}template-common/favicon.ico" /> +<link rel="shortcut icon" type="image/x-icon" href="{pwg_root}template-common/favicon.ico"> <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-layout.css"> <!-- the next css is used to fix khtml (Konqueror/Safari) issue the "text/nonsense" prevents gecko based browsers to load it --> |