-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
I have created a field in system configuration like below

In this field i can dynamically add no.of items
In this field if i enter any values in the textbox its rendering perfectly except for special characters.
For example if i enter <,> its rendering as < and >
However Its saving corretly in database(core_config_data table) like below
a:4:{s:18:"_1446022331413_413";a:1:{s:6:"header";s:38:"<?xml version="1.0" encoding="utf-8"?>";}s:18:"_1446022332405_405";a:1:{s:6:"header";s:70:"<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">";}s:18:"_1446022348135_135";a:1:{s:6:"header";s:101:"<soap:Body><AddMagentoCustomer xmlns="urn:microsoft-dynamics-schemas/codeunit/AcceptMagentoCustomer">";}s:7:"__empty";s:0:"";}
But could not rendering properly in magento.
Its showing as below

while debugging my field values are rendering correctly like below

but when it is loaded its showing unmarked field values like below

Please help me on rendering special characters properly.