more changes related to chunked output
This commit is contained in:
parent
81789c2275
commit
82156de83c
3 changed files with 36 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue