Duplicated META content

kiamlaluno - October 30, 2008 - 16:35
Project:Integrated Metatags
Version:6.x-1.0-beta4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

The content of the HTML META tag contains duplicated tags after the module is installed and set.

I think the problem is with the following line of code:

<?php
  $variables
['head'] .= drupal_get_html_head();
?>

Changing it to:

<?php
  $variables
['head'] = drupal_get_html_head();
?>

the problem vanish.

#1

fractile81 - November 2, 2008 - 03:09
Status:active» fixed

This has been fixed in BETA5, which will be available soon.

#2

Anonymous (not verified) - November 16, 2008 - 03:16
Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.