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
|
|
@ -1,4 +1,5 @@
|
|||
7.5.1
|
||||
- fix: Extra head tags of unplaced assets included twice
|
||||
- improve rebuildLineage.pl behavior. protect against assets that are too deep and don't destroy search index.
|
||||
- fix: CalendarUpdateFeeds workflow causes errors in log
|
||||
- rfe: maintenance - turn on/off maintenance mode from the command line
|
||||
|
|
|
|||
|
|
@ -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