an xhtml compatibility bug, and a versioning bug fix
This commit is contained in:
parent
f2d06c2b76
commit
17c8275c78
4 changed files with 8 additions and 13 deletions
|
|
@ -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()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue