X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCommandmode.pm;h=58b4296934c5a5ae0c6d44d81a5394ea01d9401c;hb=b672afe940f843351af2bc4a87b4c4239f3a5140;hp=6efd8cee4f47294833534aa170ee62c19f9d78f4;hpb=c71a54705682b0a66d6729af5f043dc2c2df276a;p=spider.git diff --git a/perl/DXCommandmode.pm b/perl/DXCommandmode.pm index 6efd8cee..58b42969 100644 --- a/perl/DXCommandmode.pm +++ b/perl/DXCommandmode.pm @@ -89,7 +89,7 @@ sub start $self->{priv} = $user->priv || 0; $self->{lang} = $user->lang || $main::lang || 'en'; $self->{pagelth} = $user->pagelth || 20; - ($self->{width}) = $line =~ /width=(\d+)/; + ($self->{width}) = $line =~ /width=(\d+)/; $line =~ s/\s*width=\d+\s*//; $self->{width} = 80 unless $self->{width} && $self->{width} > 80; $self->{consort} = $line; # save the connection type