diff options
Diffstat (limited to 'templates/write_note_form.php')
| -rw-r--r-- | templates/write_note_form.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/write_note_form.php b/templates/write_note_form.php index 1062a27..394f7ba 100644 --- a/templates/write_note_form.php +++ b/templates/write_note_form.php @@ -21,11 +21,7 @@ placeholder="<?= __('writeNote.summary.label') ?>"> <textarea name="content" id="noteContent" required autocomplete="off" placeholder="<?= __('writeNote.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> |
