Index: core/units/images/image_tag_processor.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/units/images/image_tag_processor.php (revision 16016) +++ core/units/images/image_tag_processor.php (revision ) @@ -329,7 +329,7 @@ $crop = $this->SelectParam($params, 'Crop,crop'); if ($crop) { - if (strpos($crop, ';') === false) { + if (strpos($crop, '|') === false) { $crop = 'c|c'; }