diff options
-rw-r--r-- | renamesummary.tmpl | 2 | ||||
-rw-r--r-- | rssitem.tmpl | 2 | ||||
-rw-r--r-- | searchform.tmpl | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/renamesummary.tmpl b/renamesummary.tmpl index 2676082..e165e81 100644 --- a/renamesummary.tmpl +++ b/renamesummary.tmpl @@ -8,6 +8,7 @@ The following pages have been automatically modified to update their links to <T <TMPL_LOOP NAME=FIXEDLINKS><li><TMPL_VAR PAGE></li></TMPL_LOOP> </ul> </TMPL_IF> +<TMPL_IF BROKENLINKS_CHECKED> <TMPL_IF BROKENLINKS> The following pages still link to <TMPL_VAR SRC>: <ul> @@ -16,4 +17,5 @@ The following pages still link to <TMPL_VAR SRC>: <TMPL_ELSE> No pages have broken links to <TMPL_VAR SRC>. </TMPL_IF> +</TMPL_IF> </p> diff --git a/rssitem.tmpl b/rssitem.tmpl index 1144cd5..42936a6 100644 --- a/rssitem.tmpl +++ b/rssitem.tmpl @@ -21,6 +21,6 @@ <TMPL_IF NAME="ENCLOSURE"> <enclosure url="<TMPL_VAR ENCLOSURE>" type="<TMPL_VAR TYPE>" length="<TMPL_VAR LENGTH>" /> <TMPL_ELSE> - <description><![CDATA[<TMPL_VAR CONTENT>]]></description> + <description><TMPL_VAR CONTENT ESCAPE=HTML></description> </TMPL_IF> </item> diff --git a/searchform.tmpl b/searchform.tmpl index d49cf22..afae2eb 100644 --- a/searchform.tmpl +++ b/searchform.tmpl @@ -1,5 +1,5 @@ <form method="get" action="<TMPL_VAR SEARCHACTION>" id="searchform"> <div> -<input type="text" name="P" value="" size="16" /> +<input type="text" id="searchbox" name="P" value="" size="16" /> </div> </form> |