fix html of default error message
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 31 Mar 2007 02:35:08 +0000 (04:35 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 31 Mar 2007 02:35:08 +0000 (04:35 +0200)
Remove unclosed and useless tag; consistent tag capitalization.

PLP.pm

diff --git a/PLP.pm b/PLP.pm
index 6fa79becaea05ac25af8ede3299a7019b965ecc6..770f18e492b717930082f263ca0f45e925ce1f82 100644 (file)
--- a/PLP.pm
+++ b/PLP.pm
@@ -38,7 +38,7 @@ our $VERSION = '3.19';
 sub _default_error {
        my ($plain, $html) = @_; 
        print qq{<table border=1 class="PLPerror"><tr><td>},
-             qq{<span><b>Debug information:</b><BR>$html</td></tr></table>};
+             qq{<b>Debug information:</b><br>$html</td></tr></table>};
 }
 
 # CGI initializer: parses PATH_TRANSLATED