diff options
Diffstat (limited to 'templates/reply_form.php')
| -rw-r--r-- | templates/reply_form.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/reply_form.php b/templates/reply_form.php index 59d2d53..2d8cfc3 100644 --- a/templates/reply_form.php +++ b/templates/reply_form.php @@ -30,11 +30,7 @@ $selectedScope = $note->privacy->scope->value; value="<?= $summaryText ?>" placeholder="<?= __('writeNote.summary.label') ?>"> <textarea id="replyContent-<?= $note->id ?>" name="content" required autocomplete="off" placeholder="<?= __('writeReply.placeholder') ?>"></textarea> - <span class="hint"> - <span class="inlineIcon material-symbols markdown-outline"></span> - <span><?= sprintf(__('writeNote.formattingHint'), - '<a href="https://commonmark.org/help/" target="_blank">' . __('writeNote.formattingHint.markdown') . '</a>') ?></span> - </span> + <?php call_template('formatting_hint'); ?> </div> <details> <summary><?= __('writeNote.moreOptions') ?></summary> |
