tag fix. I have dumb
This commit is contained in:
parent
f01f0ea80d
commit
36cd843ecc
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ async function Post() {
|
||||||
// Adding tags
|
// Adding tags
|
||||||
let TempText = Text;
|
let TempText = Text;
|
||||||
let Tags = TagsInputArea.value.split(";");
|
let Tags = TagsInputArea.value.split(";");
|
||||||
if (Tags.length > 1) {
|
if (Tags.length >= 1) {
|
||||||
TempText += "<br/><br/>";
|
TempText += "<br/><br/>";
|
||||||
}
|
}
|
||||||
for (let i of Tags) {
|
for (let i of Tags) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue