Project:Integrated Metatags
Version:6.x-1.0-beta4
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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.

Comments

#1

Status:active» fixed

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

#2

Status:fixed» closed (fixed)

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