diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-05 08:31:22 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-05 08:31:22 +0000 |
| commit | dc54814dbda5233c3b182dabc5ace3d7a980b23d (patch) | |
| tree | 3ec186ab89a7a929fc2d447c32a37503f05a40db | |
| parent | c3039d54982125000f83a4e34fe5a678da2cc4f9 (diff) | |
| download | rss-dc54814dbda5233c3b182dabc5ace3d7a980b23d.tar.gz rss-dc54814dbda5233c3b182dabc5ace3d7a980b23d.tar.bz2 rss-dc54814dbda5233c3b182dabc5ace3d7a980b23d.zip | |
searched for .title} .description} and .data} and added |escape where appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...
| -rw-r--r-- | templates/header_inc.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index 90ac0b2..abefb38 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -1,3 +1,3 @@ {if $gBitSystem->isPackageActive( 'rss' ) and $feedlink.url} - <link rel="alternate" type="application/rss+xml" title="{$feedlink.title}" href="{$feedlink.url}" /> + <link rel="alternate" type="application/rss+xml" title="{$feedlink.title|escape}" href="{$feedlink.url}" /> {/if} |
