cgal/Documentation/doc/resources/1.8.13
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 issue #7231 Improvement of layout of refines relations. 2023-03-14 17:37:50 +01:00
CGAL_mathjax.js Adding items to central MATHJAX_CODEFILE 2021-05-16 11:09:06 +02:00
DoxygenLayout.xml Hide the broken index in Manual. 2018-02-05 15:02:33 +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 Mirror new NP changes to Doxygen resources 1.8.4 and 1.8.13 2020-06-18 14:18:41 +02: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