fixing a couple cosmetic bugs

This commit is contained in:
JT Smith 2006-02-03 05:39:52 +00:00
parent 03adcc54c5
commit 44a182ee0d
2 changed files with 1 additions and 3 deletions

View file

@ -35,6 +35,7 @@ URL to the javascript to include in the page's header tags.
sub process {
my $session = shift;
$session->style->setScript(shift,{type=>'text/javascript'});
return undef;
}
1;

View file

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