From 76324108d049c8f6e2edde5ab4bd69f428e15c57 Mon Sep 17 00:00:00 2001 From: Arne Georg Gleditsch Date: Thu, 21 Feb 2008 20:50:15 +0100 Subject: Stupid thinko. --- lib/LXRng/Web.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/LXRng/Web.pm') 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)); -- cgit v1.2.3