fix Extra head tags of unplaced assets included twice
This commit is contained in:
parent
9606b7f1a3
commit
0599bd0d5b
2 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,6 @@ sub prepareView {
|
|||
foreach my $child (@{$children}) {
|
||||
unless (isIn($child->getId,@hidden)) {
|
||||
if ($child->canView) {
|
||||
$self->session->style->setRawHeadTags($child->getExtraHeadTags);
|
||||
$child->prepareView;
|
||||
$placeHolder{$child->getId} = $child;
|
||||
push(@{$vars{"position1_loop"}},{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue