Changeset 1186
- Timestamp:
- 02/20/10 09:31:13 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/content/plugins/categories/categories.php
r1180 r1186 155 155 156 156 if ($cat_meta->category_desc) { 157 echo '<meta name="description" content="' . urldecode($cat_meta->category_desc) . '" >' . "\n";157 echo '<meta name="description" content="' . urldecode($cat_meta->category_desc) . '" />' . "\n"; 158 158 } else { 159 echo '<meta name="description" content="' . $h->lang['header_meta_description'] . '" >' . "\n"; // default meta tags159 echo '<meta name="description" content="' . $h->lang['header_meta_description'] . '" />' . "\n"; // default meta tags 160 160 } 161 161 162 162 if ($cat_meta->category_keywords) { 163 echo '<meta name="keywords" content="' . urldecode($cat_meta->category_keywords) . '" >' . "\n";163 echo '<meta name="keywords" content="' . urldecode($cat_meta->category_keywords) . '" />' . "\n"; 164 164 } else { 165 echo '<meta name="description" content="' . $h->lang['header_meta_keywords'] . '" >' . "\n"; // default meta tags165 echo '<meta name="description" content="' . $h->lang['header_meta_keywords'] . '" />' . "\n"; // default meta tags 166 166 } 167 167
Note: See TracChangeset
for help on using the changeset viewer.