Open Kasalehlia opened 9 years ago
When entering new todos the HTML special characters (<,>,&) are not escaped, leading to two problems:
A possible fix would be to properly escape the content of the todos before displaying them in the Board etc.
Thanks for sharing. This will be fixed with the next version, due to the use of react.
When entering new todos the HTML special characters (<,>,&) are not escaped, leading to two problems:
A possible fix would be to properly escape the content of the todos before displaying them in the Board etc.