function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amit Chaudhary 8Amit Chaudhary 8 

When i am posting code "<" ">" is not printing.

When i am posting code "" is not printing. And Some code is removing automatically. 

Any idea . It look like some issue ?
Best Answer chosen by Amit Chaudhary 8
TJ McDowellTJ McDowell
Looks like Salesforce is continuing to take care of automatically HTML encoding for upcoming features too - http://www.datixinc.com/visualforce-remote-objects-html-encode/ 
 

All Answers

Prosenjit Sarkar 7Prosenjit Sarkar 7
Happed with me also.
SarfarajSarfaraj
Yes the editor is now html-escaping all content. Find more details here.
SarfarajSarfaraj
https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BNcpIAG
Amit Chaudhary 8Amit Chaudhary 8

It look like issue is resolved.
List<Account> lstAccount = [select id from account];

 
TJ McDowellTJ McDowell
Looks like Salesforce is continuing to take care of automatically HTML encoding for upcoming features too - http://www.datixinc.com/visualforce-remote-objects-html-encode/ 
 
This was selected as the best answer