fixed: Shortcuts includes HTML head data twice
This commit is contained in:
parent
4eada61d8d
commit
57fdd79801
2 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue