X-Git-Url: https://svn.cri.ensmp.fr/git/Plinn.git/blobdiff_plain/de068d5b8a1fd46a70f75f4e20e581ee846f866d..c1ce0412563763e2afff6b023d934b9db389fea6:/skins/photo_theme/main_template_standard.pt diff --git a/skins/photo_theme/main_template_standard.pt b/skins/photo_theme/main_template_standard.pt index 724b156..18a8971 100755 --- a/skins/photo_theme/main_template_standard.pt +++ b/skins/photo_theme/main_template_standard.pt @@ -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" @@ -114,7 +115,7 @@ <td id="mainCell" width="85%"> - <div class="DesktopStatusBar" tal:condition="request/portal_status_message|nothing"> + <div id="DesktopStatusBar" tal:condition="request/portal_status_message|nothing"> <img src="info.gif" alt="Information" tal:attributes="src here/info.gif/absolute_url" i18n:attributes="alt" /> <span tal:content="request/portal_status_message" i18n:translate="">Status message.</span> </div>