]> git.mjollnir.org Git - moodle.git/commitdiff
merged, changed copyright to © to validate better
authortoyomoyo <toyomoyo>
Mon, 19 Jun 2006 03:53:26 +0000 (03:53 +0000)
committertoyomoyo <toyomoyo>
Mon, 19 Jun 2006 03:53:26 +0000 (03:53 +0000)
lib/rsslib.php

index e0d82d92180998c9e54783a08f86210aed5bdd18..25d58dff5503160c140d3ec4de8c09ecfe7535aa 100644 (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, '&copy; '. $today['year'] .' '. $site->fullname);
+        $result .= rss_full_tag('copyright', 2, false, '&#169; '. $today['year'] .' '. $site->fullname);
         /*
        if (!empty($USER->email)) {
             $result .= rss_full_tag('managingEditor', 2, false, fullname($USER));