Completed
Push — master ( 5b1d5e...05aa71 )
by Gordon
07:23 queued 05:57
created
code/HtmlEditorField_ImageToolbarExtension.php 2 patches
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Add 'no alignment' option when inserting images through 'Insert Media' form.
4
- */
3
+     * Add 'no alignment' option when inserting images through 'Insert Media' form.
4
+     */
5 5
 class HtmlEditorField_ImageToolbarExtension extends Extension
6 6
 {
7 7
     public function updateFieldsForImage(&$fields, $url, $file)
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 
13 13
         // prepend 'tinymce' onto the CSS class names
14 14
         foreach (array_keys($classes) as $key) {
15
-            $markedclasses['tinymce '.$key] = $classes[$key];
15
+            $markedclasses['tinymce ' . $key] = $classes[$key];
16 16
         }
17 17
         $className->setSource($markedclasses);
18 18
         return $fields;
Please login to merge, or discard this patch.