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

lots of HTML parsing errors when combined with Thymleaf #56

Closed
yarix opened this issue May 8, 2015 · 2 comments
Closed

lots of HTML parsing errors when combined with Thymleaf #56

yarix opened this issue May 8, 2015 · 2 comments

Comments

@yarix
Copy link

yarix commented May 8, 2015

when taking this template to Thymleaf framework (http://www.thymeleaf.org/) then many errors are reported by Thymleaf.
most errors are for not closing tags.
for example

<meta charset="utf-8"> 
should be  
<meta charset="utf-8" />
``` and there are many more.

it would be great if the sb-admin-2 fixed that.
@challgren
Copy link
Contributor

Since you are getting the errors and have the software, it maybe better for you to fix them and submit a pull request. Without being able to reproduce the errors it would be impossible for everyone to fix them all.

@yarix
Copy link
Author

yarix commented May 9, 2015

I hope i did the "pull request" right, please review #57

I've tested #57 locally, with Spring and Thymleaf. All pages are rendered correctly.

sparse-mvs pushed a commit to sparse-mvs/sparse2 that referenced this issue Jul 5, 2020
update dependencies and run npm start script from local gulp install
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

No branches or pull requests

3 participants