How to include HTML tags in problem report to display in Tea
Hi,
I am using the following API to add problem in my advisor class
collector.createProblemInfo(summary,message,type);
The message contains HTML tags, ex: <p>test. What I see in Team
Advisor view is '<' is converted to <.
What is the right way to return such message that includes HTML tags.
Thanks.
I am using the following API to add problem in my advisor class
collector.createProblemInfo(summary,message,type);
The message contains HTML tags, ex: <p>test. What I see in Team
Advisor view is '<' is converted to <.
What is the right way to return such message that includes HTML tags.
Thanks.