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:

  $variables['head'] .= drupal_get_html_head();

Changing it to:

  $variables['head'] = drupal_get_html_head();

the problem vanish.

Comments

fractile81’s picture

Status: Active » Fixed

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

Anonymous’s picture

Status: Fixed » Closed (fixed)

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