fix a display bug
This commit is contained in:
parent
05564258ec
commit
9cbdc62f2e
1 changed files with 2 additions and 2 deletions
|
@ -120,10 +120,10 @@
|
|||
if(postid != -1)
|
||||
ret += `<a href="/post/${postid}">[Nevermind]</a>`
|
||||
ret +=
|
||||
`</div><post><div class="content"><form><label>` +
|
||||
`</div></div><post><div class="content"><form><label>` +
|
||||
`<h3><input type="username" name="name" value="Anonymous" required>: <input type="text" name="title" placeholder="Title" required></h3>` +
|
||||
`<textarea name="content" placeholder="So basically, ..." required></textarea><br/><br/><button type="submit">Submit</button>` +
|
||||
`</label></form></div></post>`
|
||||
`</label></form></div></post><div>`
|
||||
}
|
||||
else
|
||||
ret += `<a href="/comment/${postid}/${id}">[Reply]</a> </div>`
|
||||
|
|
Loading…
Add table
Reference in a new issue