add a space after name in reply

This commit is contained in:
Ted Unangst 2019-04-09 17:44:57 -04:00
parent efa9498c50
commit 1f06c1e540
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ function showhonkform(rid, hname) {
if (rid) { if (rid) {
el.children[0].innerHTML = "tonking " + rid el.children[0].innerHTML = "tonking " + rid
el.children[1].value = rid el.children[1].value = rid
el.children[3].value = "@" + hname el.children[3].value = "@" + hname + " "
} else { } else {
el.children[0].innerHTML = "" el.children[0].innerHTML = ""
el.children[1].value = "" el.children[1].value = ""