Auto-configure for Thymeleaf conditionalcomments
Add auto-configuration for thymeleaf-extras-conditionalcomments which allows parsing of conditional comments for IE. Example: <!--[if lt IE 8]> <link rel="stylesheet" th:href="@{/styleIE.css}" type="text/css"/> <![endif]--> Without this dialect all Thymeleaf attributes are ignored inside the comment. Fixes gh-2113pull/2203/head
parent
5c27cba86b
commit
3b858edfa9
Loading…
Reference in New Issue