aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-21 20:50:15 +0100
committerArne Georg Gleditsch <argggh@lxr.linpro.no>2008-02-21 20:50:15 +0100
commit76324108d049c8f6e2edde5ab4bd69f428e15c57 (patch)
tree43f5cc5fbe71ccbc0416248b27d5851315148ec0 /lib
parent3264b818f7a8d381211e30f65498acd363ccdf32 (diff)
Stupid thinko.
Diffstat (limited to 'lib')
-rw-r--r--lib/LXRng/Web.pm2
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));