Conditional-Comments für IE reaktiviert
[website] / src / main / webapp / thymeleaf / templates / layout.html
index 72b89d6..881957d 100644 (file)
       @import '[[@{/css/print.css}]]' print;
     </style>
     <script src="../../js/prettify.js" th:src="@{/js/prettify.js}"></script>
+    <!--[if lt IE 9]>
+      <script src="../../js/html5shiv.js" th:src="@{/js/html5shiv.js}"></script>
+    <![endif]-->
+    <!--[if IE 8]>
+      <link rel="stylesheet" type="text/css" href="../../less/ie8.less" th:href="@{/css/ie8.css}"/>
+    <![endif]-->
     <script src="../../js/less-1.7.0.min.js" th:remove="all"></script>
   </head>
   <body id="top" class="menu" th:class="${contentclass}?:'menu'" onload="prettyPrint()">