From 6988a24cb61faea8252dd7f5592ebbd586b56640 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 30 May 2007 06:10:02 -0700 Subject: [PATCH] Add type="html" to elements that use HTML escaping --- templates/atompage.tmpl | 2 +- templates/rsspage.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/atompage.tmpl b/templates/atompage.tmpl index b811b87..b35b762 100644 --- a/templates/atompage.tmpl +++ b/templates/atompage.tmpl @@ -1,7 +1,7 @@ -<TMPL_VAR TITLE ESCAPE=HTML> +<TMPL_VAR TITLE ESCAPE=HTML> diff --git a/templates/rsspage.tmpl b/templates/rsspage.tmpl index 38f9b16..6520dff 100644 --- a/templates/rsspage.tmpl +++ b/templates/rsspage.tmpl @@ -1,9 +1,9 @@ -<TMPL_VAR TITLE ESCAPE=HTML> +<TMPL_VAR TITLE ESCAPE=HTML> - + -- 2.43.0