+++ horizontal_accordion.module	2011-03-29 19:51:45.000000000 -0400
@@ -98,7 +98,7 @@ function theme_horizontal_accordion_styl
   drupal_add_js($path.'/horizontal_accordianv1.1/jquery.haccordion.js');
   // Include our own version, had to modify original because it uses .content, which breaks node-views inside haccordion panes
   drupal_add_css($path.'/horizontal_accordion.css');
-  drupal_set_html_head('<style>#'.$div_id.'{overflow:hidden;width:100%;height:200px;}</style>');
+  drupal_set_html_head('<style type="text/css">#'.$div_id.'{overflow:hidden;width:100%;height:200px;}</style>');
   drupal_add_js('
   if (Drupal.jsEnabled) {
     $(document).ready(function(){ 
