thinger-io/thinger-server

HTML Widget (Code Snippet) reports error when a URL has '&'

Closed this issue · 2 comments

When inserting a URL in an href tag with '&' in the body of the string, the HTML Widget editor reports an error.
The error is only corrected if the user replaces '&' with & Is this a bug or correct behavior?
Isn't '&' already part of HTML5?

https://stackoverflow.com/questions/15776556/whats-the-difference-between-and-amp-in-html5
https://stackoverflow.com/questions/4441594/w3c-markup-validator-ampersand-error

image

Hi @alvarolb
With the new Monaco editor, I believe this problem has been resolved.
Can we close?

Yes! if it is working right now on Monaco...

Thanks for reviewing it!