# HG changeset patch # User Thomas De Schampheleire # Date 1517317046 -3600 # Node ID 33bd2aa757dd9d66a3e7f6b7be8c27bbd54db1ad # Parent c6a063723eb2b67a8e32a83a5aa8895826448e3d templates: mark site as IE10+ compatible to bypass Compatibility mode Internet Explorer 11 (and probably other versions) seems to ship with the setting "Display intranet sites in Compatibility View" enabled by default. This compatibility view means that modern elements of CSS and JavaScript are not (well) support and makes Kallithea look very bad and become unusable. This is a problem when hosting Kallithea in a corporate environment where its URL is detected as 'the intranet'. Solve the issue by explicitly marking Kallithea to be compatible with IE10, so that Internet Explorer 10 and above will show Kallithea correctly in Intranet environments. diff -r c6a063723eb2 -r 33bd2aa757dd kallithea/templates/base/root.html --- a/kallithea/templates/base/root.html Thu Feb 08 11:23:02 2018 +0100 +++ b/kallithea/templates/base/root.html Tue Jan 30 13:57:26 2018 +0100 @@ -4,6 +4,7 @@ <%block name="title"/><%block name="branding_title"/> +