diff options
Diffstat (limited to 'proposal.inc')
-rwxr-xr-x | proposal.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/proposal.inc b/proposal.inc index 9f7f849..5ae6e83 100755 --- a/proposal.inc +++ b/proposal.inc @@ -274,7 +274,8 @@ function om_flowsheet_proposal_form($form, &$form_state, $no_js_use = FALSE) $form['reference'] = array( '#type' => 'textfield', '#title' => t('Reference'), - '#maxsize' => 250, + '#size' => 250, + '#maxlength' => 250, '#required' => TRUE, '#attributes' => array( 'placeholder' => 'Enter reference' |