thinger-io / thinger-server

Thinger.io Server Repository
MIT License
2 stars 0 forks source link

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

Closed georgevbsantiago closed 3 months ago

georgevbsantiago commented 7 months ago

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

georgevbsantiago commented 3 months ago

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

alvarolb commented 3 months ago

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

Thanks for reviewing it!