aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/vue/components/BlubberThread.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/vue/components/BlubberThread.vue b/resources/vue/components/BlubberThread.vue
index 9a47413..a1edd8e 100644
--- a/resources/vue/components/BlubberThread.vue
+++ b/resources/vue/components/BlubberThread.vue
@@ -312,7 +312,7 @@
}
});
if (comment_data) {
- let quote = '[quote=' + comment_data.user_name + ']' + (comment_data.content.replace(/\[quote[^\]]*\].*\[\/quote\]/g, '')).trim() + "[/quote]\n";
+ let quote = '[quote=' + comment_data.user_name + ']' + (comment_data.content.replace(/\[quote[^\]]*\].*\[\/quote\]/g, '')).trim() + " [/quote]\n";
$(this.$el).find('.writer textarea').val(quote);
let textarea = $(this.$el).find('.writer textarea').last()[0];
textarea.focus();