[med-svn] r2332 - trunk/community/talks/200808_debconf8
tille at alioth.debian.org
tille at alioth.debian.org
Sat Jul 26 21:02:47 UTC 2008
Author: tille
Date: 2008-07-26 21:02:46 +0000 (Sat, 26 Jul 2008)
New Revision: 2332
Modified:
trunk/community/talks/200808_debconf8/get-archive-pages
Log:
Bugfix
Modified: trunk/community/talks/200808_debconf8/get-archive-pages
===================================================================
--- trunk/community/talks/200808_debconf8/get-archive-pages 2008-07-26 20:04:47 UTC (rev 2331)
+++ trunk/community/talks/200808_debconf8/get-archive-pages 2008-07-26 21:02:46 UTC (rev 2332)
@@ -74,7 +74,7 @@
$line =~ /^\s*<\/?li>\s*$/ ||
$line =~ /^\s*<li>[^<]+<\/li>\s*$/ ||
$line =~ /^\s*<li><em>Message not available<\/em>/ ||
- $line =~ /^<em>(continued)<\/em>\s*$/ ||
+ $line =~ /<em>\(continued\)<\/em>\s*$/ ||
$line =~ /^\s*$/) { next ; }
if ( ($subject, $author) = $line =~ m#<li><strong>.*html">(.+)</a></strong>\s*<em>(.+)</em>#gs ) {
$_ = $subject ;
More information about the debian-med-commit
mailing list