Skip to content

Commit 41e73b3

Browse files
committed
Added cdata to comment
1 parent bf6b166 commit 41e73b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Backend/etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@
481481
<field id="base_url" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
482482
<label>Base URL</label>
483483
<backend_model>Magento\Config\Model\Config\Backend\Baseurl</backend_model>
484-
<comment>Specify URL or {{base_url}} placeholder.</comment>
484+
<comment><![CDATA[Specify URL or {{base_url}} placeholder.]]></comment>
485485
</field>
486486
<field id="base_link_url" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
487487
<label>Base Link URL</label>
@@ -505,7 +505,7 @@
505505
<field id="base_url" translate="label comment" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
506506
<label>Secure Base URL</label>
507507
<backend_model>Magento\Config\Model\Config\Backend\Baseurl</backend_model>
508-
<comment>Specify URL or {{base_url}}, or {{unsecure_base_url}} placeholder.</comment>
508+
<comment><![CDATA[Specify URL or {{base_url}}, or {{unsecure_base_url}} placeholder.]]></comment>
509509
</field>
510510
<field id="base_link_url" translate="label comment" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1">
511511
<label>Secure Base Link URL</label>

0 commit comments

Comments
 (0)