summaryrefslogtreecommitdiff
path: root/app/Template/task/new.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/task/new.php')
-rw-r--r--app/Template/task/new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task/new.php b/app/Template/task/new.php
index 6294968a..5eef9923 100644
--- a/app/Template/task/new.php
+++ b/app/Template/task/new.php
@@ -17,7 +17,7 @@
<div class="form-column">
<?= $this->formLabel(t('Title'), 'title') ?>
- <?= $this->formText('title', $values, $errors, array('autofocus', 'required'), 'form-input-large') ?><br/>
+ <?= $this->formText('title', $values, $errors, array('autofocus', 'required', 'maxlength="200"'), 'form-input-large') ?><br/>
<?= $this->formLabel(t('Description'), 'description') ?>