From 36cd843eccd833e5df12493daa8dc209e4fd0a08 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Sun, 13 Jul 2025 21:14:15 -0700 Subject: [PATCH] tag fix. I have dumb --- src/HTTP/JS/post.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTTP/JS/post.js b/src/HTTP/JS/post.js index b4f1752..c760c5f 100644 --- a/src/HTTP/JS/post.js +++ b/src/HTTP/JS/post.js @@ -36,7 +36,7 @@ async function Post() { // Adding tags let TempText = Text; let Tags = TagsInputArea.value.split(";"); - if (Tags.length > 1) { + if (Tags.length >= 1) { TempText += "

"; } for (let i of Tags) {