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
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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