FreeCAD: master 1958e30f

Author Committer Branch Timestamp Parent
chennes chennes master 2021-02-01 04:13:47 master 7b9c9d4f
Changeset Modify Start HTML to be valid HTML

Using the W3C validator, a number of minor issues were found with the Start page
HTML. Those items were:
* Missing language setting on the body of the document
* Deprecated attributes set for the style and script tags
* Image tags require alt text
* List tags can only contain list items
* All file:/// URLs must not contain backslashes, even on Windows
mod - src/Mod/Start/StartPage/StartPage.html Diff File
mod - src/Mod/Start/StartPage/StartPage.py Diff File