X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/d18b9fc8e58da26fe1d30b81f7b3549d9595e8cc..v1.10-62-gce551a5d55:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index cd0626a..68ada33 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -34,6 +34,8 @@ BEGIN { Alert("Fatal error: $html."); }; + push @INC, '.'; + # user request our $Dev = $ENV{HTTP_HOST} =~ /\bdev\./; our ($file) = $ENV{SCRIPT_FILENAME} =~ m{ ([^/]+) \.plp$ }x; @@ -118,7 +120,7 @@ sub Html { unshift @{ $meta->{raw} }, stylesheet($meta->{stylesheet}); push @{ $meta->{raw} }, ( - '', + '', ); # optional amends @@ -127,7 +129,7 @@ sub Html { '', !$showkeys ? '' : $showkeys eq 'ghost' ? '' : (), - '', + '', ) if $meta->{keys}; # leading output