X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/c2f9c9e9c05d8639e4d968efd26c393fcf6da1f1..26a71f36c68773b18095911e99be7294cbd66f39:/common.inc.plp diff --git a/common.inc.plp b/common.inc.plp index d282f09..2976cbe 100644 --- a/common.inc.plp +++ b/common.inc.plp @@ -50,8 +50,6 @@ BEGIN { our $Request //= decode_utf8($ENV{PATH_INFO} =~ s{^/}{}r); our $style; -our $showkeys //= !exists $get{keys} ? undef : - ($get{keys} ne '0' && ($get{keys} || 'always')); $header{content_type} = 'text/html; charset=utf-8'; @@ -149,15 +147,6 @@ sub Html { '', ); - # optional amends - push @{ $meta->{raw} }, ( - '', - '', - !$showkeys ? '' : - $showkeys eq 'ghost' ? '' : (), - '', - ) if $meta->{keys}; - my ($file) = $ENV{SCRIPT_FILENAME} =~ m{ ([^/]+) \.plp$ }x; PLP_START {