From 5af36fccc0904cf743e3d598813d246e3fa52634 Mon Sep 17 00:00:00 2001
From: winter
Date: Fri, 14 Feb 2025 21:45:30 +0000
Subject: fix a little css mishap with labels
---
templates/reply_form.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'templates/reply_form.php')
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') ?>">
- = sprintf(__('writeNote.formattingHint'),
- '' . __('writeNote.formattingHint.markdown') . '') ?>
+ = sprintf(__('writeNote.formattingHint'),
+ '' . __('writeNote.formattingHint.markdown') . '') ?>
--
cgit v1.3