Skip to content

Commit a7c5fa0

Browse files
committed
MC-15022: HTML Content type does not render self closing html tags on storefront
Add copyright
1 parent bc1acd1 commit a7c5fa0

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

dev/tests/integration/_files/Magento/TestModulePageBuilderExtensionPoints/view/frontend/templates/html_content_type.phtml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
?>
17
<div data-content-type="html">
28
&lt;img src=&quot;http://example.com&quot;&gt;
39
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/owsfdh4gxyc&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
?>
17
<div>
28
<img src="http://example.com/block">
39
</div>
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
<?php
2+
/**
3+
* Copyright © Magento, Inc. All rights reserved.
4+
* See COPYING.txt for license details.
5+
*/
6+
?>
17
Hello world

0 commit comments

Comments
 (0)