From 512840fe1dca3ddc686360107ae1369e82696502 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 5 Sep 2015 12:03:20 -0400 Subject: Improve pull-request about swimlane description --- app/Template/swimlane/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/swimlane') diff --git a/app/Template/swimlane/index.php b/app/Template/swimlane/index.php index 1bf31afa..797d2ca2 100644 --- a/app/Template/swimlane/index.php +++ b/app/Template/swimlane/index.php @@ -14,7 +14,7 @@ form->hidden('project_id', $values) ?> form->label(t('Name'), 'name') ?> - form->text('name', $values, $errors, array('autofocus', 'required', 'maxlength="50"')) ?> + form->text('name', $values, $errors, array('required', 'maxlength="50"')) ?> form->label(t('Description'), 'description') ?> -- cgit v1.2.3