Masquage du bouton de compatibilité IE.
authorBenoît Pin <benoit.pin@gmail.com>
Sun, 3 Nov 2013 17:22:58 +0000 (18:22 +0100)
committerBenoît Pin <benoit.pin@gmail.com>
Sun, 3 Nov 2013 17:22:58 +0000 (18:22 +0100)
skins/custom_generic/main_template_standard.pt
skins/photo_theme/main_template_standard.pt

index b0afe10..995ee43 100755 (executable)
@@ -8,6 +8,7 @@
     <head>
       <title tal:content="here/expanded_title">Title goes here</title>
       <meta http-equiv="content-type" content="text/html;charset=utf-8" />
+      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
       <meta name="description" tal:attributes="content portal_object/description" />
       <meta name="keywords"
             tal:condition="exists:portal_object/keywords"
index 4a15bbd..18a8971 100755 (executable)
@@ -8,6 +8,7 @@
     <head>
       <title tal:content="here/expanded_title">Title goes here</title>
       <meta http-equiv="content-type" content="text/html;charset=utf-8" />
+      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
       <meta name="description"
             tal:attributes="content python:here.Description().strip() or portal_object.description" />
       <meta name="keywords"