From cddd6218d904657197995bf093e1263a4d8bfb9c Mon Sep 17 00:00:00 2001 From: Matthew Walker Date: Thu, 6 Nov 2014 09:32:22 -0700 Subject: [PATCH] Fixing a typo --- 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 fc7d495..c44bf33 100644 --- a/client/assets/plugins/textstyle.html +++ b/client/assets/plugins/textstyle.html @@ -127,7 +127,7 @@ colour_code = '0' + colour_code; } - style_codes += String.fromCharCode(3) + color_code; + style_codes += String.fromCharCode(3) + colour_code; } if (styles.bold) { -- 2.25.1