Fixing a typo
authorMatthew Walker <mwalker@kydance.net>
Thu, 6 Nov 2014 16:32:22 +0000 (09:32 -0700)
committerMatthew Walker <mwalker@kydance.net>
Thu, 6 Nov 2014 16:32:22 +0000 (09:32 -0700)
client/assets/plugins/textstyle.html

index fc7d495295f42d7cf3ed795a32e8888eedd65882..c44bf3340004881de769400b9f2b970e29454535 100644 (file)
                     colour_code = '0' + colour_code;
                 }
 
-                style_codes += String.fromCharCode(3) + color_code;
+                style_codes += String.fromCharCode(3) + colour_code;
             }
 
             if (styles.bold) {