| @@ -43,9 +43,9 @@ | ||
| 43 | 43 | 'Alt-Up' => 'swapLineUp', |
| 44 | 44 | 'Alt-Down' => 'swapLineDown', |
| 45 | 45 | ], |
| 46 | 46 | 'gutters' => [ 'CodeMirror-lint-markers', 'CodeMirror-foldgutter' ], |
| 47 | - 'lint' => 'css' === $type || 'php' === $type, | |
| 47 | + 'lint' => 'php' === $type, | |
| 48 | 48 | 'direction' => 'ltr', |
| 49 | 49 | 'colorpicker' => [ 'mode' => 'edit' ], |
| 50 | 50 | 'foldOptions' => [ 'widget' => '...' ], |
| 51 | 51 | ]; |