diff options
author | Dimitri van Heesch <doxygen@gmail.com> | 2021-05-23 20:27:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-23 20:27:04 (GMT) |
commit | 8bd1b49051ee6c69d1216b952bf6e69e4f2987c1 (patch) | |
tree | c5d42a6f96a17782fcc67364c4adf1e977ff0823 /templates | |
parent | 89e343373294946494ee6853286a935d9fd3df40 (diff) | |
parent | 244cb40ef034a15b381151d2fc67f957efca34d8 (diff) | |
download | Doxygen-8bd1b49051ee6c69d1216b952bf6e69e4f2987c1.zip Doxygen-8bd1b49051ee6c69d1216b952bf6e69e4f2987c1.tar.gz Doxygen-8bd1b49051ee6c69d1216b952bf6e69e4f2987c1.tar.bz2 |
Merge pull request #8554 from albert-github/feature/bug_mathjax_v3_ref
Extra settings for MathJax V3
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html/header.html | 2 | ||||
-rw-r--r-- | templates/html/htmlbase.tpl | 2 |
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 6727da0..8343af9 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> |