diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-07-17 22:59:58 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-07-17 22:59:58 -0400 |
commit | 7237d59aabe9ce9edf372bf6fe6850fbe83bf699 (patch) | |
tree | 7aa9acbe71d957730cdf247ebe55c4cdde058ffd /lib/rssaction.php | |
parent | f1fc392e2d15479730385463a68b74eacb5cbbd0 (diff) |
Fix RDFS namespace declaration.
Thanks tobyink
Diffstat (limited to 'lib/rssaction.php')
-rw-r--r-- | lib/rssaction.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php index ffa1f9e99..7686d0646 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -320,6 +320,8 @@ class Rss10Action extends Action 'http://rdfs.org/sioc/ns#', 'xmlns:sioct' => 'http://rdfs.org/sioc/types#', + 'xmlns:rdfs' => + 'http://www.w3.org/2000/01/rdf-schema#', 'xmlns:laconica' => 'http://laconi.ca/ont/', 'xmlns' => 'http://purl.org/rss/1.0/')); |