--- faq.module.new      2007-12-29 18:52:13.000000000 +0000
+++ faq.module.new2     2007-12-29 19:11:30.000000000 +0000
@@ -1352,7 +1352,7 @@
   while ($node = db_fetch_object($result)) {
     $node_obj = node_load($node->nid);
     if (node_access("view", $node_obj)) {
-      $nodes[$count]['link'] = '<div class="faq_question>';
+      $nodes[$count]['link'] = '<div class="faq_question">';
       $nodes[$count]['link'] .= l($que_label . $node->title, "node/$node->nid") ."</div>\n";

       // Should we display teaser or full text?

