From: Carl Worth Date: Wed, 30 May 2007 13:10:02 +0000 (-0700) Subject: Add type="html" to elements that use HTML escaping X-Git-Url: https://git.cworth.org/git?p=cworth.org;a=commitdiff_plain;h=6988a24cb61faea8252dd7f5592ebbd586b56640 Add type="html" to elements that use HTML escaping --- 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> - +