Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding trailing '/' to css links #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

burgwyn
Copy link

@burgwyn burgwyn commented Feb 3, 2016

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

@jraoult
Copy link
Contributor

jraoult commented Nov 14, 2016

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

@mostafabita
Copy link

mostafabita commented Jun 11, 2019

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants