Changeset 1238
- Timestamp:
- 09/18/2008 06:38:45 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/templates/header.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/header.php
r1155 r1238 74 74 $extra_meta .= ' <meta name="robots" content="noindex, nofollow, noarchive" />'."\n"; 75 75 } 76 if ('' != ($meta_keywords = $this-> GetConfigValue('meta_keywords')))76 if ('' != ($meta_keywords = $this->htmlspecialchars_ent($this->GetConfigValue('meta_keywords')))) 77 77 { 78 78 $extra_meta .= ' <meta name="keywords" content="'.$meta_keywords.'" />'."\n"; 79 79 } 80 if ('' != ($meta_description = $this-> GetConfigValue('meta_description')))80 if ('' != ($meta_description = $this->htmlspecialchars_ent($this->GetConfigValue('meta_description')))) 81 81 { 82 82 $extra_meta .= ' <meta name="description" content="'.$meta_description.'" />'."\n";