an xhtml compatibility bug, and a versioning bug fix

This commit is contained in:
JT Smith 2006-03-24 04:50:56 +00:00
parent f2d06c2b76
commit 17c8275c78
4 changed files with 8 additions and 13 deletions

View file

@ -178,7 +178,8 @@ sub page {
$output = "An error was encountered while processing your request.";
}
$output = "An error was encountered while processing your request." if $output eq '';
} elsif ($output eq "chunked") {
}
if ($output eq "chunked") {
$output = undef;
}
if ($session->errorHandler->canShowDebug()) {