From: Mischa POSLAWSKY Date: Sat, 31 Mar 2007 02:35:08 +0000 (+0200) Subject: fix html of default error message X-Git-Tag: 3.20~38 X-Git-Url: http://git.shiar.net/perl/plp/.git/commitdiff_plain/4dfc60ce89d0c8f6ff8ec531813d2f650fca54bd fix html of default error message Remove unclosed and useless tag; consistent tag capitalization. --- diff --git a/PLP.pm b/PLP.pm index 6fa79be..770f18e 100644 --- a/PLP.pm +++ b/PLP.pm @@ -38,7 +38,7 @@ our $VERSION = '3.19'; sub _default_error { my ($plain, $html) = @_; print qq{
}, - qq{Debug information:
$html
}; + qq{Debug information:
$html}; } # CGI initializer: parses PATH_TRANSLATED