$OpenBSD: patch-components_grid_inc,v 1.3 2008/10/25 14:27:42 espie Exp $
--- components/grid.inc.orig	Sat Oct 25 15:47:03 2008
+++ components/grid.inc	Sat Oct 25 15:48:17 2008
@@ -41,6 +41,7 @@ function _webform_edit_grid($currfield) {
     '#rows' => 5,
     '#weight' => -3,
     '#required' => TRUE,
+    '#noMCE' => TRUE,
   );
   $edit_fields['extra']['questions'] = array(
     '#type' => 'textarea',
@@ -51,6 +52,7 @@ function _webform_edit_grid($currfield) {
     '#rows' => 5,
     '#weight' => -2,
     '#required' => TRUE,
+    '#noMCE' => TRUE,
   );
   $edit_fields['extra']['optrand'] = array(
     '#type' => 'checkbox',
