From 4e18dd333d44513a1b51aeb8ef4cd6ee4f911b2b Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 14 Sep 2014 23:31:03 +0200 Subject: [PATCH] =?utf8?q?Conditional-Comments=20f=C3=BCr=20IE=20reaktivie?= =?utf8?q?rt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pom.xml | 7 +++++++ src/main/resources/spring/mvc.xml | 1 + src/main/webapp/less/ie8.less | 0 src/main/webapp/thymeleaf/templates/layout.html | 6 ++++++ 4 files changed, 14 insertions(+) create mode 100644 src/main/webapp/less/ie8.less diff --git a/pom.xml b/pom.xml index ad1f8f69..1e849578 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,7 @@ 4.0.6.RELEASE 2.1.3.RELEASE 1.2.5 + 2.1.1.RELEASE @@ -84,6 +85,12 @@ ${thymeleaf-layout-dialect.version} runtime + + org.thymeleaf.extras + thymeleaf-extras-conditionalcomments + ${thymeleaf-extras-conditionalcomments.version} + runtime + diff --git a/src/main/resources/spring/mvc.xml b/src/main/resources/spring/mvc.xml index 4bf0a0a4..50f4fc70 100644 --- a/src/main/resources/spring/mvc.xml +++ b/src/main/resources/spring/mvc.xml @@ -61,6 +61,7 @@ + diff --git a/src/main/webapp/less/ie8.less b/src/main/webapp/less/ie8.less new file mode 100644 index 00000000..e69de29b diff --git a/src/main/webapp/thymeleaf/templates/layout.html b/src/main/webapp/thymeleaf/templates/layout.html index 72b89d6d..881957d6 100644 --- a/src/main/webapp/thymeleaf/templates/layout.html +++ b/src/main/webapp/thymeleaf/templates/layout.html @@ -14,6 +14,12 @@ @import '[[@{/css/print.css}]]' print; + + -- 2.20.1