diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-07-14 20:13:02 -0230 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-07-14 20:13:02 -0230 |
commit | 0d7b0851bbf58869f1cea3f02125a053a30946df (patch) | |
tree | 2707a7fca535c5b30c22e21faa9e00c4c046b71b /app/Templates/comment_edit.php | |
parent | 04628e1c133f0cb344a32baec53342264957f57d (diff) |
Merge pull-request #171: many fixes (Vagrant file, German locales and CSS)
Diffstat (limited to 'app/Templates/comment_edit.php')
-rw-r--r-- | app/Templates/comment_edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Templates/comment_edit.php b/app/Templates/comment_edit.php index fdf3db54..44e5ff2b 100644 --- a/app/Templates/comment_edit.php +++ b/app/Templates/comment_edit.php @@ -6,7 +6,7 @@ <?= Helper\form_csrf() ?> <?= Helper\form_hidden('id', $values) ?> - <?= Helper\form_textarea('comment', $values, $errors, array('required', 'placeholder="'.t('Leave a comment').'"')) ?><br/> + <?= Helper\form_textarea('comment', $values, $errors, array('required', 'placeholder="'.t('Leave a comment').'"'), 'comment-textarea') ?><br/> <div class="form-actions"> <input type="submit" value="<?= t('Update') ?>" class="btn btn-blue"/> |