improve alignment error
This commit is contained in:
parent
0c04d9bff3
commit
3e70434107
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@
|
|||
`</h3>` +
|
||||
`<textarea id=edit name="content" placeholder="So basically, ..." required>` +
|
||||
(fake ? post.comments[post.comments.length - 1].content.replaceAll("&", "&").replaceAll("<", "<").replaceAll(">", ">") : '') +
|
||||
`</textarea><br/>` +
|
||||
`</textarea><br/><br/>` +
|
||||
`Signed: <input type="" name="secret" placeholder="Secret text" ${fake ? `value="${secret}"` : ''}><br/><br/>` +
|
||||
`<button type="submit" name="fake" value="no">Submit</button> ` +
|
||||
`<button type="submit" name="fake" value="yes">Preview</button>` +
|
||||
|
|
Loading…
Reference in a new issue