projects
/
cworth.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d013c0
)
Remove HTML escaping from RSS title
author
Carl Worth
<cworth@cworth.org>
Wed, 30 May 2007 13:18:41 +0000
(06:18 -0700)
committer
Carl Worth
<cworth@cworth.org>
Wed, 30 May 2007 13:18:41 +0000
(06:18 -0700)
Again, making feedvalidator.org happy
templates/rsspage.tmpl
patch
|
blob
|
history
diff --git
a/templates/rsspage.tmpl
b/templates/rsspage.tmpl
index 38f9b16b3b77a5275282bb7313348ff43bfedd64..34c1a33ce290c8b151a938359c78e61053fc81c3 100644
(file)
--- a/
templates/rsspage.tmpl
+++ b/
templates/rsspage.tmpl
@@
-1,7
+1,7
@@
<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
-<title><TMPL_VAR TITLE
ESCAPE=HTML
></title>
+<title><TMPL_VAR TITLE></title>
<link><TMPL_VAR PAGEURL></link>
<description><TMPL_VAR FEEDDESC ESCAPE=HTML></description>
<TMPL_VAR CONTENT>