cgal/Documentation/doc/resources/1.8.14
albert-github 6d279d976d Incorrect usage of `xmlns` in HTML headers
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'
  >
```
2023-04-18 10:45:39 +02:00
..
BaseDoxyfile.in Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
CGAL_mathjax.js Adding items to central MATHJAX_CODEFILE 2021-05-16 11:09:06 +02:00
DoxygenLayout.xml Do the same for 1.8.14 2018-02-06 12:10:06 +01:00
DoxygenLayoutPackage.xml
cgal_stylesheet.css Make the name of each named parameter selectable (doc) 2021-10-26 14:29:38 +02:00
footer.html Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
ftv2cl.png
ftv2cpt.png
ftv2ns.png
hacks.js Add some code to create collapsible named parameters 2020-03-27 20:23:40 +01:00
header.html Incorrect usage of `xmlns` in HTML headers 2023-04-18 10:45:39 +02:00
header_package.html Incorrect usage of `xmlns` in HTML headers 2023-04-18 10:45:39 +02:00
menu_version.js Update menu_version.js 2023-04-06 12:06:41 +02:00
stylesheet.css Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno 2020-08-24 11:45:17 +02:00