X-Git-Url: http://git.shiar.net/perl/plp/.git/blobdiff_plain/9cd28a89456f57a491c83600b95f6dd0840e7ec1..6db00316eea58801d93d78985f92ef97893903c9:/lib/PLP.pm diff --git a/lib/PLP.pm b/lib/PLP.pm index d17c9c6..2e740cf 100644 --- a/lib/PLP.pm +++ b/lib/PLP.pm @@ -76,7 +76,9 @@ sub error { print "Status: $type\nContent-Type: text/html\n\n", qq{\n}, "\n$type $short\n\n

$short", - "

\n$long

\n


\n$ENV{SERVER_SIGNATURE}"; + "\n$long

\n


\n"; + print $ENV{SERVER_SIGNATURE} if $ENV{SERVER_SIGNATURE}; + print ""; } }