From 953189f3de72cdd2567c1f32cbda7d39544a7bd3 Mon Sep 17 00:00:00 2001 From: Darren Date: Sat, 6 Sep 2014 21:09:53 +0100 Subject: [PATCH] Textstyle plugin: Removing extra space --- client/assets/plugins/textstyle.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/assets/plugins/textstyle.html b/client/assets/plugins/textstyle.html index 1097b52..4fc54ca 100644 --- a/client/assets/plugins/textstyle.html +++ b/client/assets/plugins/textstyle.html @@ -138,7 +138,7 @@ // Add the styles to the emssage if (data.params[1]) { - data.params[1] = style_codes + ' ' + data.params[1]; + data.params[1] = style_codes + data.params[1]; } }); -- 2.25.1