-
-
Notifications
You must be signed in to change notification settings - Fork 311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
manual: fix broken HTML tags #4757
Conversation
This PR fixes some broken HTML tags identified with a test run of the HTML validation with super-linter. See https://github.com/echoix/grass/actions/runs/12001379426/job/33451802353?pr=303#step:4:8310
I don't know yet how to fix Error: gui/wxpython/tplot/g.gui.tplot.html: SyntaxError: Unexpected closing tag "li". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags (28:3)
Error: 26 | because these software packages use a reference date other than
Error: 27 | the UNIX Epoch time (00:00:00 UTC on 1 January 1970)).
Error: > 28 | </li>
Error: | ^^^^^
Error: 29 | </ul>
Error: 30 |
Error: 31 | <div align="center" style="margin: 10px"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to make sure: do the html entities for <
and >
work in pre-formatted blocks? Otherwise good to go!
Me neither. I think I left these ones in the grass-addons, as I didn't find what it was complaining about. |
I invite you to test out the linter on your side, I think it may only the first parsing error of a file, so fixing the first ones might uncover some underneath that line. |
I see errors here but not sure: |
This PR fixes some broken HTML tags identified with a test run of the HTML validation with super-linter. See logs showing the errors at: https://github.com/echoix/grass/actions/runs/12001379426/job/33451802353?pr=303#step:4:8310
This PR fixes some broken HTML tags identified during a test run of adding HTML validation with super-linter.
See logs showing the errors at
https://github.com/echoix/grass/actions/runs/12001379426/job/33451802353?pr=303#step:4:8310