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 |
Jump to:
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
This has been fixed in BETA5, which will be available soon.
#2
Automatically closed -- issue fixed for two weeks with no activity.