@@ -1,7 +1,7 @@ |
||
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) |
@@ -12,7 +12,7 @@ |
||
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; |