tag fix. I have dumb

This commit is contained in:
CatAClock 2025-07-13 21:14:15 -07:00
parent f01f0ea80d
commit 36cd843ecc

View file

@ -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 += "<br/><br/>";
}
for (let i of Tags) {