--- meta-org.php 2006-05-14 21:23:54.000000000 +0200 +++ meta.php 2006-05-14 21:25:47.000000000 +0200 @@ -68,7 +68,7 @@ } $val=trim($val); $regular[] = ''; - $DC[] = ''; + $DC[] = ''; } if ($globalMeta['keywords'] || $globalMeta['keywords_2'] || $localKeywords) { $val = trim($globalMeta['keywords']); @@ -85,18 +85,18 @@ $val=trim(ereg_replace(',$','',trim($val))); $val=implode(',',t3lib_div::trimExplode(',',$val,1)); $regular[] = ''; - $DC[] = ''; + $DC[] = ''; } if ($globalMeta['robots']) { $regular[] = ''; } if ($globalMeta['copyright']) { $regular[] = ''; - $DC[] = ''; + $DC[] = ''; } if ($globalMeta['language']) { $regular[] = ''; - $DC[] = ''; + $DC[] = ''; } if ($globalMeta['email']) { $regular[] = ''; @@ -104,7 +104,7 @@ } if ($globalMeta['author']) { $regular[] = ''; - $DC[] = ''; + $DC[] = ''; } if ($globalMeta['distribution']) { $regular[] = ''; @@ -125,4 +125,4 @@ $content.= implode($regular,chr(10)).chr(10); $content.= implode($DC,chr(10)).chr(10); -?> \ No newline at end of file +?>