fix
This commit is contained in:
parent
8f9b6e34c6
commit
d42fd35331
@ -39,7 +39,7 @@ my $current = [];
|
||||
# Check "!", "[]" and "#" (Firefox and Opera)
|
||||
#
|
||||
while ( <$fh> ) {
|
||||
if ( m/^(?:[!\[]|#;\s)/ ) {
|
||||
if ( m/^(?:[!\[]|#\;\s)/ ) {
|
||||
output $current, $fhout;
|
||||
$current = [ $_ ];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user