summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2021-05-15 16:48:27 (GMT)
committeralbert-github <albert.tests@gmail.com>2021-05-15 16:48:27 (GMT)
commit244cb40ef034a15b381151d2fc67f957efca34d8 (patch)
tree2019631bc677b28a3238cbc708240e82cf1e00a8 /templates
parent378be4c7f3150e6440993e0bf07235b65fe44870 (diff)
downloadDoxygen-244cb40ef034a15b381151d2fc67f957efca34d8.zip
Doxygen-244cb40ef034a15b381151d2fc67f957efca34d8.tar.gz
Doxygen-244cb40ef034a15b381151d2fc67f957efca34d8.tar.bz2
Extra settings for MathJax V3
For support of the `\eqref` command (used in CGAL) in MathJax V3 a small change has to be made (for a rationale see the discussion on https://groups.google.com/g/mathjax-users/c/oS0yQLb5BMk)
Diffstat (limited to 'templates')
-rw-r--r--templates/html/header.html2
-rw-r--r--templates/html/htmlbase.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/html/header.html b/templates/html/header.html
index 628b61e..8db982e 100644
--- a/templates/html/header.html
+++ b/templates/html/header.html
@@ -2,7 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
-<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen $doxygenversion"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
diff --git a/templates/html/htmlbase.tpl b/templates/html/htmlbase.tpl
index 11cb054..7882e25 100644
--- a/templates/html/htmlbase.tpl
+++ b/templates/html/htmlbase.tpl
@@ -3,7 +3,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
-<meta http-equiv="X-UA-Compatible" content="IE=9"/>
+<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen {{ doxygen.version }}"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>{% if config.PROJECT_NAME %}{{ config.PROJECT_NAME }}: {% endif %}{{ page.title }}</title>