gulp-html-replace icon indicating copy to clipboard operation
gulp-html-replace copied to clipboard

Adding trailing '/' to css links

Open burgwyn opened this issue 9 years ago • 2 comments

I’m using Thymeleaf in a Spring MVC application and the parser errors out when tags aren’t closed.

burgwyn avatar Feb 03 '16 03:02 burgwyn

@VFK FYI: this a bug in Thymeleaf, not the other way around (cf https://github.com/thymeleaf/thymeleaf/issues/160). Not closed link tags are valid in HTML (cf. https://developer.mozilla.org/en/docs/Web/HTML/Element/link)

jraoult avatar Nov 14 '16 17:11 jraoult

@jraoult FYI: Some famous template engines like JSP and Thymeleaf work based on XHTML and do not support not closed tags. https://www.w3.org/TR/2003/WD-xhtml2-20030131/mod-link.html

mostafabita avatar Jun 11 '19 06:06 mostafabita