Browse Source

Restore X-UA-Compatible, but with IE=11.

HTML Help apparently runs in IE7 mode by default.
That must be why it had a seemingly-unneeded "IE=8" setting before.
Jordan Russell 1 year ago
parent
commit
edf256f659
1 changed files with 1 additions and 0 deletions
  1. 1 0
      ISHelp/ISHelpGen/ISHelpGen.dpr

+ 1 - 0
ISHelp/ISHelpGen/ISHelpGen.dpr

@@ -569,6 +569,7 @@ begin
     '<html lang="en">' + SNewLine +
     '<head>' + SNewLine +
     '<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />' + SNewLine +
+    '<meta http-equiv="X-UA-Compatible" content="IE=11" />' + SNewLine +
     '<title>' + EscapeHTML(TopicTitle, False) + '</title>' + SNewLine +
     '<link rel="stylesheet" type="text/css" href="styles.css" />' + SNewLine +
     '<script type="text/javascript" src="topic.js"></script>' + SNewLine +