diff --git a/app/static/js/app.js b/app/static/js/app.js index 90f29b5..539392a 100644 --- a/app/static/js/app.js +++ b/app/static/js/app.js @@ -782,7 +782,7 @@ function quoteTo(username, content) { quotedText = truncated + '...'; } - input.value = `@[${username}]: »${quotedText}« `; + input.value = `@[${username}] »${quotedText}« `; updateCharCounter(); input.focus(); }