aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/write_note_form.php
diff options
context:
space:
mode:
authorwinter2025-02-14 21:45:30 +0000
committerwinter2025-02-14 21:56:18 +0000
commit5af36fccc0904cf743e3d598813d246e3fa52634 (patch)
treeb6de9224c62b80cce95fa2385d0459e63af4b3ae /templates/write_note_form.php
parent241eb9eded161671d3d8e5bf4a3f7b04907037f1 (diff)
fix a little css mishap with labels
Diffstat (limited to 'templates/write_note_form.php')
-rw-r--r--templates/write_note_form.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/write_note_form.php b/templates/write_note_form.php
index 5d86722..1062a27 100644
--- a/templates/write_note_form.php
+++ b/templates/write_note_form.php
@@ -23,8 +23,8 @@
placeholder="<?= __('writeNote.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>