Index: branches/5.2.x/core/units/images/image_tag_processor.php =================================================================== diff -u -N -r16023 -r16027 --- branches/5.2.x/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 16023) +++ branches/5.2.x/core/units/images/image_tag_processor.php (.../image_tag_processor.php) (revision 16027) @@ -1,6 +1,6 @@ does - return FULL_PATH . '/' . mb_substr(THEMES_PATH, 1) . '/' . rawurldecode($path); + return FULL_PATH . '/' . mb_substr(THEMES_PATH, 1) . '/' . kUtil::unescape($path, kUtil::ESCAPE_URL); } /**