fixed: Shortcuts includes HTML head data twice

This commit is contained in:
Graham Knop 2008-10-05 19:42:45 +00:00
parent 4eada61d8d
commit 57fdd79801
2 changed files with 1 additions and 1 deletions

View file

@ -973,7 +973,6 @@ sub www_view {
if ($shortcut->isa('WebGUI::Asset::Wobject')) {
$self->session->http->setLastModified($self->getContentLastModified);
$self->session->http->sendHeader;
$shortcut->prepareView;
my $style = $shortcut->processStyle("~~~");
my ($head, $foot) = split("~~~",$style);
$self->session->output->print($head, 1);