diff options
Diffstat (limited to 'templates/reply_form.php')
| -rw-r--r-- | templates/reply_form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/reply_form.php b/templates/reply_form.php index 84d8121..f96eb5a 100644 --- a/templates/reply_form.php +++ b/templates/reply_form.php @@ -6,6 +6,6 @@ <textarea id="replyContent-<?= $note->id ?>" name="content" required></textarea> </div> <div class="row"> - <button><?= __('writeReply.action') ?></button> + <button class="primary"><?= __('writeReply.action') ?></button> </div> </form>
\ No newline at end of file |
