Check the off case when setting up linenumbers pref.

Bug #119799 r=timeless
This commit is contained in:
cls%seawood.org 2004-12-01 07:30:43 +00:00
parent b52f8d7afd
commit 85727b9345

View File

@ -182,6 +182,7 @@ print "\n";
#
my $opt_line_nums = 1;
if (defined $::COOKIE{line_nums}) {
$opt_line_nums = 0 if $::COOKIE{line_nums} eq 'off';
$opt_line_nums = 1 if $::COOKIE{line_nums} eq 'on';
}
if (defined $::FORM{line_nums}) {