diff --git a/resources/vue/components/blubber/Thread.vue b/resources/vue/components/blubber/Thread.vue index 2a530319d60c26602690eff79954b2d391938f08..63dc3da83e4b1d0d12f9237f92670476990d6ea6 100644 --- a/resources/vue/components/blubber/Thread.vue +++ b/resources/vue/components/blubber/Thread.vue @@ -163,7 +163,7 @@ export default { }, onAnswerComment(comment) { const quoteContent = comment.content.replace(/\[quote[^\]]*\].*\[\/quote\]/g, '').trim(); - const quote = `[quote=${comment.author['formatted-name']}]${quoteContent}[/quote]\n`; + const quote = `[quote=${comment.author['formatted-name']}]${quoteContent} [/quote]\n`; this.composerText = quote; }, onChangeComment(comment) {