aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/recent_list.wml
diff options
context:
space:
mode:
authorRhonda D'Vine <alfie>2004-02-20 09:18:24 +0000
committerRhonda D'Vine <alfie>2004-02-20 09:18:24 +0000
commitf34aaab7e67c6755a9d23a79d4b6c78b37cf0296 (patch)
treefe793e605ca34e8d5a08f39d6e8bcd6376ce12a7 /english/template/debian/recent_list.wml
parenta57b1bf3efa8bdb7ad20c52cbd05eb233c67af72 (diff)
Fix for \ at the end of the line (line concatenation).
CVS version numbers english/template/debian/recent_list.wml: 1.114 -> 1.115
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 b4da77b8b3f..d1f009dda11 100644
--- a/english/template/debian/recent_list.wml
+++ b/english/template/debian/recent_list.wml
@@ -326,6 +326,8 @@ sub grab_titles {
$moreinfo =~ s/</&lt;/g;
$moreinfo =~ s/>/&gt;/g;
$moreinfo =~ s/"/&quot;/g;
+ # WML continuation
+ $moreinfo =~ s/\\\n//g;
</protect>
$str1 = "
<item rdf:about=\"http://www.debian.org/security/$rdfbase\">

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