aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/reply_form.php4
-rw-r--r--templates/write_note_form.php4
2 files changed, 4 insertions, 4 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>
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>