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
Comment #1
fractile81 commentedThis has been fixed in BETA5, which will be available soon.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.