]> git.cworth.org Git - cworth.org/commitdiff
Add dcterms namespace so rss feed will validate again
authorCarl Worth <cworth@cworth.org>
Tue, 15 Jul 2008 19:18:02 +0000 (12:18 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 15 Jul 2008 19:18:02 +0000 (12:18 -0700)
templates/rsspage.tmpl

index 34c1a33ce290c8b151a938359c78e61053fc81c3..4954504560ca64dbd952f86a0967cdec88b57553 100644 (file)
@@ -1,5 +1,7 @@
 <?xml version="1.0"?>
-<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
+<rss version="2.0"
+     xmlns:dc="http://purl.org/dc/elements/1.1/"
+     xmlns:dcterms="http://purl.org/dc/terms" >
 <channel>
 <title><TMPL_VAR TITLE></title>
 <link><TMPL_VAR PAGEURL></link>