Index: jskitcomments.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/jskitcomments/jskitcomments.module,v
retrieving revision 1.2
diff -u -r1.2 jskitcomments.module
--- jskitcomments.module	11 May 2009 11:21:34 -0000	1.2
+++ jskitcomments.module	14 Jul 2009 16:03:28 -0000
@@ -135,10 +135,7 @@
  *   The attributes that control the JS-Kit Comments widget.
  */
 function theme_jskitcomments_content_area($path, $permalink, $attributes = Array()) {
-  $attibs = '';
-  foreach ($attributes as $attribute => $value) {
-    $attribs .= ' '.$attribute.'="'.$value.'"';
-  }
+  $attribs = drupal_attributes($attributes);
   $title = t('Comments');
   $jskitcomments = <<<EOT
 <h2 class="title">$title</h2>
