This commit is contained in:
mp3geek 2011-08-26 21:38:00 +12:00
parent 8f9b6e34c6
commit d42fd35331

View File

@ -39,7 +39,7 @@ my $current = [];
# Check "!", "[]" and "#" (Firefox and Opera)
#
while ( <$fh> ) {
if ( m/^(?:[!\[]|#;\s)/ ) {
if ( m/^(?:[!\[]|#\;\s)/ ) {
output $current, $fhout;
$current = [ $_ ];
}