Hi, We are using external visual editor in our DCT to capture some of the HTML code. However, we are facing issues while taking the HTML out in our generation logic which is an external task.The issues is, when we enter:[HTML] [/HTML] it comes out to be [HTML] [/HTML] removing the back slash '/'.Can anyone provide any pointers or suggestions, as how to store the html code as it is along with back slash for any type of element?Note: I have even heard about a js file that scrub the html part inserted in any HTML form, however could not find the file or code for the same.
What do you have the 'publish' attribute set to for the 'viewas' and 'standard' elements in your VFE config file?
publish="cleanhtml"
Both are having the value as 'cleanhtml'. publish="cleanhtml"