mirror of https://github.com/CGAL/cgal
In #7075 the usage of `xmlns` was changed from: ``` <html xmln="https://www.w3.org/1999/xhtml"> ``` into ``` <html xmlns="https://www.w3.org/1999/xhtml"> ``` this is not correct, the usage has to be `http` as in the definition https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd we see: ``` <!-- the namespace URI designates the document profile --> <!ELEMENT html (head, body)> <!ATTLIST html %i18n; id ID #IMPLIED xmlns %URI; #FIXED 'http://www.w3.org/1999/xhtml' > ``` |
||
|---|---|---|
| .. | ||
| BaseDoxyfile.in | ||
| CGAL_mathjax.js | ||
| DoxygenLayout.xml | ||
| DoxygenLayoutPackage.xml | ||
| cgal_stylesheet.css | ||
| footer.html | ||
| ftv2cl.png | ||
| ftv2cpt.png | ||
| ftv2ns.png | ||
| hacks.js | ||
| header.html | ||
| header_package.html | ||
| menu_version.js | ||
| stylesheet.css | ||