diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-08-30 13:38:56 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-08-30 13:38:56 +0200 |
commit | 5c528c96c1b2e10b423fcb8579fa0488829a5d36 (patch) | |
tree | a176cfcefef328f3ce6a84399992b4f03df6c0f5 | |
parent | 6ce7518fa8e26c19bf98ef739b54423899cd95fa (diff) | |
parent | 88b362cc476eb04b7b4471908ea84c67815f6085 (diff) |
Merge branch 'master' into wian
-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> |