From 4dfc60ce89d0c8f6ff8ec531813d2f650fca54bd Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 31 Mar 2007 04:35:08 +0200 Subject: [PATCH] fix html of default error message Remove unclosed and useless tag; consistent tag capitalization. --- PLP.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.0