--- webform/components/grid.inc	2009-03-04 00:05:12.000000000 -0500
+++ webform/components/grid.inc	2009-09-28 15:13:27.000000000 -0400
@@ -389,6 +389,12 @@
       $first = FALSE;
     }
 
+    if (preg_match('/^\s*==\s*(.+)\s*==\s*(.+)\s*$/', $question_element['#title'], $matches)) {
+      $rows[] = array(array('data' => $matches[1], 'header' => true, 'colspan' => count($header)));
+      $question_element['#title'] = $matches[2];
+      unset($matches);
+    }
+
     // Create a row with the question title.
     $row = array(check_plain($question_element['#title']));
 
