Closed cyberic99 closed 5 years ago
When I try to send a<b to a text widget, my text is truncated as a
a<b
a
I can still send a < using >
<
>
Is it expected?
Thanks
Nope, it happens because the value is not sanitized properly before being displayed, I'll check this out.
Fixed in git.
When I try to send
a<b
to a text widget, my text is truncated asa
I can still send a
<
using>
Is it expected?
Thanks