diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-12-02 18:30:56 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-12-02 18:30:56 +0000 |
commit | 9ba8fb139787b6c6392a51fcf2da25afc00f3b86 (patch) | |
tree | 3ce2dea0d18138e3c1e46b56c4f7d176f0cfa919 /template/yoga | |
parent | 782a75bb8f5b36b3a4d462945cd0bdac353ba1f0 (diff) |
HTML 4.01 validation
git-svn-id: http://piwigo.org/svn/trunk@1630 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga')
-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 1f62adba1..fe3e1da02 100644 --- a/template/yoga/header.tpl +++ b/template/yoga/header.tpl @@ -4,7 +4,7 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}"> <meta name="robots" content="index, follow"> -<meta name="generator" content="PhpWebGallery (aka PWG), see www.phpwebgallery.net" /> +<meta name="generator" content="PhpWebGallery (aka PWG), see www.phpwebgallery.net"> <!-- BEGIN header_meta --> <meta name="author" content="{header_meta.INFO_AUTHOR}"> <meta name="keywords" content="{header_meta.INFO_TAGS}"> |