more changes related to chunked output

This commit is contained in:
JT Smith 2006-01-30 17:51:03 +00:00
parent 81789c2275
commit 82156de83c
3 changed files with 36 additions and 0 deletions

View file

@ -214,6 +214,7 @@ if ($self->session->user->isInGroup(2)) {
}
WebGUI::Macro::process(\$output);
my $macroHeadTags = $self->generateAdditionalHeadTags();
WebGUI::Macro::process(\$macroHeadTags);
$output =~ s/\<\!--morehead--\>/$macroHeadTags/;
if ($self->session->errorHandler->canShowDebug()) {
$output .= $self->session->errorHandler->showDebug();