12 lines
404 B
Plaintext
12 lines
404 B
Plaintext
$OpenBSD: patch-components_select_inc,v 1.2 2008/10/25 14:27:42 espie Exp $
|
|
--- components/select.inc.orig Sat Oct 25 15:48:23 2008
|
|
+++ components/select.inc Sat Oct 25 15:48:41 2008
|
|
@@ -43,6 +43,7 @@ function _webform_edit_select($currfield) {
|
|
'#rows' => 5,
|
|
'#weight' => -2,
|
|
'#required' => TRUE,
|
|
+ '#noMCE' => TRUE,
|
|
);
|
|
$edit_fields['value'] = array(
|
|
'#type' => 'textfield',
|