2
0
Эх сурвалжийг харах

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 жил өмнө
parent
commit
edf256f659

+ 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 +