diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-12 15:41:45 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-12 15:41:45 +0000 |
commit | e2476307baa8753dc866c7a1aed485d9f6d3fcd0 (patch) | |
tree | e3d2bc2eb5359058f2bdf5e7a90a93184c17f702 | |
parent | 806439758823e3fe6e51ec56ce653760902af2aa (diff) |
Updated Creative Commons namespace to current.
Thanks to Toby Inkster for the patch.
-rw-r--r-- | lib/rssaction.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php index 2f25ed7e4..0678b8982 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -239,7 +239,7 @@ class Rss10Action extends Action 'xmlns:dc' => 'http://purl.org/dc/elements/1.1/', 'xmlns:cc' => - 'http://web.resource.org/cc/', + 'http://creativecommons.org/ns#', 'xmlns:content' => 'http://purl.org/rss/1.0/modules/content/', 'xmlns:foaf' => |