Magento CE 2.1 Catalog Admin Page cannot parse media url in html content #5444
Labels
bug report
Component: Cms
Fixed in 2.1.x
The issue has been fixed in 2.1 release line
Issue: Format is not valid
Gate 1 Failed. Automatic verification of issue format is failed
Issue: Ready for Work
Gate 4. Acknowledged. Issue is added to backlog and ready for development
Magento CE 2.1 + PHP 56 + nginx + varnish
Steps to reproduce
Expected result
<img src="{{media url="wysiwyg/LOGO.png"}}" alt="" />
Actual result
<p><img src="{{media url=" alt="" /></p>
Remarks
The actual value saved in DB: <img src="{{media url="wysiwyg/LOGO.png"}}" alt="" />
The text was updated successfully, but these errors were encountered: