diff options
Diffstat (limited to 'proposal.inc')
-rwxr-xr-x | proposal.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proposal.inc b/proposal.inc index 0bed1bf..d6d3e8c 100755 --- a/proposal.inc +++ b/proposal.inc @@ -227,6 +227,7 @@ function lab_migration_proposal_form($form, &$form_state) '#type' => 'textfield', '#title' => t('Title of the Lab'), '#size' => 50, + '#maxlength' => 255, '#required' => TRUE ); $first_experiemnt = TRUE; |