From 69919bcccb2504ce918bbdcda7cf3fe0f49b7bb8 Mon Sep 17 00:00:00 2001 From: ngoomie Date: Fri, 23 Aug 2024 23:43:57 -0600 Subject: [PATCH] Stop thread compose box from being filled with spaces initially --- templates/thread_compose.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/thread_compose.html.ep b/templates/thread_compose.html.ep index f747fff..3f69d8e 100644 --- a/templates/thread_compose.html.ep +++ b/templates/thread_compose.html.ep @@ -14,7 +14,7 @@ id="post-content" name="post-content" cols="50" rows="5" - placeholder="post content"> -

+ placeholder="post content"> +

\ No newline at end of file