aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/recent_list.wml
diff options
context:
space:
mode:
authorDavid Prévot <taffit-guest>2011-01-22 00:30:27 +0000
committerDavid Prévot <taffit-guest>2011-01-22 00:30:27 +0000
commit02d9533ee208f7645c5623849c7f4e6dbfd4c6d7 (patch)
tree2f33c66b265d48ca4f06ccc3a72fb65b604cf672 /english/template/debian/recent_list.wml
parentbd133c0ff9e1776e42781825ccaf64e6f5819cd0 (diff)
Handles <q> and </q> in RSS feed titles
CVS version numbers english/template/debian/recent_list.wml: 1.138 -> 1.139
Diffstat (limited to 'english/template/debian/recent_list.wml')
-rw-r--r--english/template/debian/recent_list.wml2
1 files changed, 2 insertions, 0 deletions
diff --git a/english/template/debian/recent_list.wml b/english/template/debian/recent_list.wml
index 952956476f8..f664660fc7e 100644
--- a/english/template/debian/recent_list.wml
+++ b/english/template/debian/recent_list.wml
@@ -453,6 +453,8 @@ sub grab_titles {
$moreinfo =~ s/</&lt;/g;
$moreinfo =~ s/>/&gt;/g;
$moreinfo =~ s/"/&quot;/g; #"
+ $title =~ s/<\/?q>/&quot;/g;
+ $title =~ s/<\/?sup>//g;
$title =~ s/</&lt;/g;
$title =~ s/>/&gt;/g;
$title =~ s/"/&quot;/g; #"

© 2014-2024 Faster IT GmbH | imprint | privacy policy