KB Feedback Task description shows HTML tagsIssue Knowledge Feedback Task comments show HTML paragraph tags. When commenting on a Knowledge Article using the TinyMCE editor, we see that comments gets wrapped with the <p> tags on the [kb_feedback] table.ResolutionOOB it is expected behaviour to see HTML paragraph tags on [kb_feedback] entries. Custom Business Rules were observed in this use case:1. The first custom Business Rule attempts to remove special characters from a comment on an article.2. The second custom Business Rule creates a Feedback Task for every comment on the [kb_feedback_task] table. When the second Business Rule runs and creates a new Feedback Task, it also copies over the <p> tags. This is why the customer could see these tags on the Feedback Tasks [kb_feedback_task] table.