This commit is contained in:
ian%hixie.ch 2003-03-27 14:59:26 +00:00
Родитель 2b182e91a9
Коммит 5c08ce41ca
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -63,7 +63,7 @@ sub objectProvides {
sub filterOutput {
my $self = shift;
my($args) = @_;
$args{'string'} =~ s/\n\n.*$/\n\n/os; # strip out everything after the header
$args->{'string'} =~ s/\n\n.*$/\n\n/os; # strip out everything after the header
}
# return 1 if we are not allowed to have side effects