Page MenuHomeIn-Portal Phabricator

D194.diff
No OneTemporary

File Metadata

Created
Sun, Jun 29, 2:28 AM

D194.diff

Index: branches/5.2.x/core/units/images/image_tag_processor.php
===================================================================
--- branches/5.2.x/core/units/images/image_tag_processor.php
+++ branches/5.2.x/core/units/images/image_tag_processor.php
@@ -462,6 +462,8 @@
// TODO: consider escaping in template instead
$params['alt'] = kUtil::escape($params['alt']);
+ $this->Application->Parser->DataExists = true;
+
return $this->Application->ParseBlock($params);
}

Event Timeline