diff options
| author | winter | 2025-02-14 21:45:30 +0000 |
|---|---|---|
| committer | winter | 2025-02-14 21:56:18 +0000 |
| commit | 5af36fccc0904cf743e3d598813d246e3fa52634 (patch) | |
| tree | b6de9224c62b80cce95fa2385d0459e63af4b3ae /templates/reply_form.php | |
| parent | 241eb9eded161671d3d8e5bf4a3f7b04907037f1 (diff) | |
fix a little css mishap with labels
Diffstat (limited to 'templates/reply_form.php')
| -rw-r--r-- | templates/reply_form.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/reply_form.php b/templates/reply_form.php index 8a9abf5..59d2d53 100644 --- a/templates/reply_form.php +++ b/templates/reply_form.php @@ -32,8 +32,8 @@ $selectedScope = $note->privacy->scope->value; placeholder="<?= __('writeReply.placeholder') ?>"></textarea> <span class="hint"> <span class="inlineIcon material-symbols markdown-outline"></span> - <?= sprintf(__('writeNote.formattingHint'), - '<a href="https://commonmark.org/help/" target="_blank">' . __('writeNote.formattingHint.markdown') . '</a>') ?> + <span><?= sprintf(__('writeNote.formattingHint'), + '<a href="https://commonmark.org/help/" target="_blank">' . __('writeNote.formattingHint.markdown') . '</a>') ?></span> </span> </div> <details> |
