xhtml validation - <head> problem
Posted: Mon 2. Jan 2006, 18:24
Hello,
Well i'm making my web xhtml 1.0 Trans. valid and only 2 errors left !! so, the "phpwcms" is xml ready...
But my question is where can i change the valiues for:
meta name="keywords"
meta name="description"
What im looking is place where can I ad / on the end after closing last "
right now everything has the ">" on end and should have "/>"
<meta name="description" content="website root level">
Should be:
<meta name="description" content="website root level" />
and
<meta name="keywords" content="keywords>
Should be:
<meta name="keywords" content="keywords />
where can i found this Code to change ?? in index.php i don't see it...
Well i'm making my web xhtml 1.0 Trans. valid and only 2 errors left !! so, the "phpwcms" is xml ready...
But my question is where can i change the valiues for:
meta name="keywords"
meta name="description"
What im looking is place where can I ad / on the end after closing last "
right now everything has the ">" on end and should have "/>"
<meta name="description" content="website root level">
Should be:
<meta name="description" content="website root level" />
and
<meta name="keywords" content="keywords>
Should be:
<meta name="keywords" content="keywords />
where can i found this Code to change ?? in index.php i don't see it...