]> git.cworth.org Git - cworth.org/commitdiff
Drop type="html" from rss elements
authorCarl Worth <cworth@cworth.org>
Wed, 30 May 2007 13:17:18 +0000 (06:17 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 30 May 2007 13:17:18 +0000 (06:17 -0700)
According to the feedvalidator[*] these don't belong here:

http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fwww.cworth.org%2Fblog%2Ftechnical%2Findex.rss

templates/rsspage.tmpl

index 6520dff000d15c7868b69c9963ed41eca0d1ba28..38f9b16b3b77a5275282bb7313348ff43bfedd64 100644 (file)
@@ -1,9 +1,9 @@
 <?xml version="1.0"?>
 <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
 <channel>
-<title type="html"><TMPL_VAR TITLE ESCAPE=HTML></title>
+<title><TMPL_VAR TITLE ESCAPE=HTML></title>
 <link><TMPL_VAR PAGEURL></link>
-<description type="html"><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
+<description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
 <TMPL_VAR CONTENT>
 </channel>
 </rss>