diff options
Diffstat (limited to 'templates/project_new.php')
-rw-r--r-- | templates/project_new.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project_new.php b/templates/project_new.php index 5ce6f97d..2026d461 100644 --- a/templates/project_new.php +++ b/templates/project_new.php @@ -9,7 +9,7 @@ <form method="post" action="?controller=project&action=save" autocomplete="off"> <?= Helper\form_label(t('Name'), 'name') ?> - <?= Helper\form_text('name', $values, $errors, array('autofocus required')) ?> + <?= Helper\form_text('name', $values, $errors, array('autofocus', 'required')) ?> <div class="form-actions"> <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue"/> |