Simpler match.

SVN revision: 15547
This commit is contained in:
sebastid 2005-06-27 13:49:21 +00:00 committed by sebastid
parent 60f0c319b2
commit 8f1323e5bd
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ while(<>) {
$is_title = 1;
}
}
} elsif (/^\* .*/) {
} elsif (/^\* /) {
if ($in_body ) {
$total_item_count++;
$_ =~ s/^\* //;