merged, changed copyright to © to validate better

This commit is contained in:
toyomoyo 2006-06-19 03:53:26 +00:00
parent 6c525f490d
commit 08cf9e250d

View File

@ -170,7 +170,7 @@ function rss_standard_header($title = NULL, $link = NULL, $description = NULL) {
$result .= rss_full_tag('language', 2, false, substr($USER->lang,0,2));
}
$today = getdate();
$result .= rss_full_tag('copyright', 2, false, '© '. $today['year'] .' '. $site->fullname);
$result .= rss_full_tag('copyright', 2, false, '© '. $today['year'] .' '. $site->fullname);
/*
if (!empty($USER->email)) {
$result .= rss_full_tag('managingEditor', 2, false, fullname($USER));