X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/917ba679115b9e3cd7b88f7e5081a1a2503a684e..cf5aaee63c5aa7eeae7e2e136e58e156841616a9:/source.plp diff --git a/source.plp b/source.plp index 269e342..72fdf82 100644 --- a/source.plp +++ b/source.plp @@ -55,7 +55,9 @@ if (not $source) { } else { my $href = showlink($source, $source =~ m{\A (\w+) \.plp \z}x && "/$1"); - say "

Source of $href

"; + PLP_START { + say "

Source of $href

"; + }; if ($source =~ m{(?:/|^)\.}) { Abort("File request not permitted", '403 source not allowed');