Completed
Branch development (ad897a)
by Elk
06:53 queued 29s
created
themes/default/GenericControls.template.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 					resizeWidth: false,
52 52
 					resizeMaxHeight: -1,
53 53
 					emoticonsCompat: true,
54
-					emoticonsEnabled: ', $useSmileys ? 'true' : 'false',  ',
54
+					emoticonsEnabled: ', $useSmileys ? 'true' : 'false', ',
55 55
 					locale: "', !empty($editor_context['locale']) ? $editor_context['locale'] : 'en_US', '",
56 56
 					rtl: ', empty($context['right_to_left']) ? 'false' : 'true', ',
57 57
 					colors: "black,red,yellow,pink,green,orange,purple,blue,beige,brown,teal,navy,maroon,limegreen,white",
Please login to merge, or discard this patch.