From d3cb6ca4101824f3f573553f9b8d5701d4abeffa Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Wed, 30 May 2007 06:18:41 -0700
Subject: [PATCH] Remove HTML escaping from RSS title

Again, making feedvalidator.org happy
---
 templates/rsspage.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/rsspage.tmpl b/templates/rsspage.tmpl
index 38f9b16..34c1a33 100644
--- 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>
-- 
2.45.2