You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix anchors
* Remove useless type="text/javascript" on script tag
* Add space to avoid proken paragraph
* Mardown adds a paragraph around that html, including the script is there is no \n betwenn them, and it's not valid html.
* table is not allowed inside p
* replace deprecated frameborder="0" by style="border: none;"
* replace deprecated border="1" by style="border:1px"
* remove invalid border="0" on input type image
* attr width is not valid on a div
* center is not a valid value for style float.
Inline style should be moved into scss files.
It will also help #757
Once this is done, the CSP policy could probably be updated to remove
unsafe-inline
forstyle-src
.The text was updated successfully, but these errors were encountered: