diff options
author | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-21 20:50:15 +0100 |
---|---|---|
committer | Arne Georg Gleditsch <argggh@lxr.linpro.no> | 2008-02-21 20:50:15 +0100 |
commit | 76324108d049c8f6e2edde5ab4bd69f428e15c57 (patch) | |
tree | 43f5cc5fbe71ccbc0416248b27d5851315148ec0 | |
parent | 3264b818f7a8d381211e30f65498acd363ccdf32 (diff) |
Stupid thinko.
-rw-r--r-- | lib/LXRng/Web.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LXRng/Web.pm b/lib/LXRng/Web.pm index 28a3f3a..52988ba 100644 --- a/lib/LXRng/Web.pm +++ b/lib/LXRng/Web.pm @@ -82,7 +82,7 @@ sub print_markedup_file { my $focus = 1; my $fline = $context->param('line'); - $focus = $fline < 100 if defined($fline); + $focus = $fline < FRAGMENT_SIZE if defined($fline); my $shaid = sha1_hex(join("\0", $node->name, $node->revision, $context->release)); |