Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1046675
D194.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jun 29, 2:28 AM
Size
486 B
Mime Type
text/x-diff
Expires
Mon, Jun 30, 2:28 AM (9 h, 41 m)
Engine
blob
Format
Raw Data
Handle
676685
Attached To
D194: INP-1530 - The "Image" tag must set DataExists flag for Template Parser
D194.diff
View Options
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
Log In to Comment