summaryrefslogtreecommitdiff
path: root/templates/task_new.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/task_new.php')
-rw-r--r--templates/task_new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/task_new.php b/templates/task_new.php
index 4280bf80..efb9cb62 100644
--- a/templates/task_new.php
+++ b/templates/task_new.php
@@ -6,7 +6,7 @@
<form method="post" action="?controller=task&amp;action=save" autocomplete="off">
<?= Helper\form_label(t('Title'), 'title') ?>
- <?= Helper\form_text('title', $values, $errors, array('autofocus required')) ?><br/>
+ <?= Helper\form_text('title', $values, $errors, array('autofocus', 'required')) ?><br/>
<?= Helper\form_hidden('project_id', $values) ?>