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

@ -8,6 +8,7 @@
- fixed: DataForm doesn't keep posted values properly when data fails validation
- fixed: Documentation for DataForm and Thingy updated for Possible Values field
- added a new permission denied page for version tag approval
- fixed: Shortcuts includes HTML head data twice
7.6.0
- added: users may now customize the post received page for the CS

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);