aboutsummaryrefslogtreecommitdiffstats
path: root/english/template/debian/past_event.wml
diff options
context:
space:
mode:
authorJames A. Treacy <treacy>2000-02-02 07:10:37 +0000
committerJames A. Treacy <treacy>2000-02-02 07:10:37 +0000
commite41bc5d972ec6058d29a810d7b570d5844757c62 (patch)
tree579fa55ef76e1f6159fdd3b70494d3cb4cc59c10 /english/template/debian/past_event.wml
parent2f611c5783d4437b0a306fab1e9232b9e68768cc (diff)
protected search strings from pass 2 of wml
CVS version numbers english/events/index.wml: 1.17 -> 1.18 english/template/debian/event.wml: 1.43 -> 1.44 english/template/debian/past_event.wml: 1.6 -> 1.7 english/template/debian/recent_list.wml: 1.41 -> 1.42
Diffstat (limited to 'english/template/debian/past_event.wml')
-rw-r--r--english/template/debian/past_event.wml2
1 files changed, 2 insertions, 0 deletions
diff --git a/english/template/debian/past_event.wml b/english/template/debian/past_event.wml
index c1bec842ace..e7c032add27 100644
--- a/english/template/debian/past_event.wml
+++ b/english/template/debian/past_event.wml
@@ -26,6 +26,7 @@ sub get_recent_list
$base = $1;
}
$title = ''; $date = ''; $contact = ''; $email = ''; $desc = '';
+ <protect pass=2>
foreach $line (<FILE>)
{
if ($line =~ /^<define-tag pagetitle>(.*)<\/define-tag>$/)
@@ -63,6 +64,7 @@ sub get_recent_list
$str = "<TR><TD><A HREF=\"$path/$base\">$title</A></TD><TD>$contact</TD><TD>$desc</TD></TR>\n";
}
}
+ </protect>
close FILE;
if ($count eq $number) { last; }
}

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