• Michael Cramer's avatar
    Auto-configure for Thymeleaf conditionalcomments · 3b858edf
    Michael Cramer authored
    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-2113
    3b858edf
Name
Last commit
Last update
..
pom.xml Loading commit data...