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"> |
echoix
left a comment
There was a problem hiding this comment.
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