each asset now sets its own RawHeadTags. There is no need for Layout to do it anymore. It actually causes the Raw Head Tags to appear twice when viewed from the parent

This commit is contained in:
Colin Kuskie 2007-03-21 20:25:46 +00:00
parent 1896a6ba21
commit 6569887382
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,5 @@
7.3.14
- fix: Duplicate Metadata (perlDreamer Consulting, LLC)
7.3.13

View file

@ -170,7 +170,6 @@ sub prepareView {
foreach my $child (@{$children}) {
if ($asset eq $child->getId) {
unless (isIn($asset,@hidden) || !($child->canView)) {
$self->session->style->setRawHeadTags($child->getExtraHeadTags);
$child->prepareView;
if ($i > $numPositions || $i==1) {
push(@placeHolder1, $child);