HTML Escaping
aiphton opened this issue · 0 comments
aiphton commented
Expected Behavior
The HTML tags should appear as plain text or be removed entirely. They must not be processed by the web server.
Current Behavior
All HTML tags are currently being processed and also displayed.
Possible Solution
The Input should be filtered and validated before processing it and saving it.