diff options
-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 4ded41c..36e6f55 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)); |