1
0

Fixed casing to make tags XHTML 1.0 Transitional.

This commit is contained in:
rWatcher 2010-06-15 06:26:40 +08:00 committed by Tim Almdal
parent 6247a0a9eb
commit b9f276b5d8

View File

@ -41,5 +41,5 @@
// Limit Description to 150 characters.
$metaDescription = substr($metaDescription, 0,150);
?>
<META NAME="KEYWORDS" CONTENT="<?= $metaTags ?>">
<META NAME="DESCRIPTION" CONTENT="<?= $metaDescription ?>">
<meta name="KEYWORDS" content="<?= $metaTags ?>" />
<meta name="DESCRIPTION" content="<?= $metaDescription ?>" />