--- oldcommon.inc 2009-05-02 00:23:51.000000000 -0400 +++ newcommon.inc 2009-05-02 00:20:49.000000000 -0400 @@ -115,7 +115,7 @@ function drupal_set_html_head($data = NU */ function drupal_get_html_head() { $output = "\n"; - return $output . drupal_set_html_head(); + return drupal_set_html_head(); } /**