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

On upgrade to 2.0.10, template output contains a <THYMELEAF_ROOT> element #34

Closed
ben3000 opened this issue Jul 19, 2012 · 2 comments
Closed

Comments

@ben3000
Copy link

ben3000 commented Jul 19, 2012

On output, my templates begin with:

<!DOCTYPE html>
<HTML><head></head><BODY><THYMELEAF_ROOT>

after upgrading Thymeleaf from 2.0.8 to 2.0.10.

If I revert to 2.0.8, the templates return to their normal output:

<!DOCTYPE html>
<html lang="en"><head>
    (header scripts and tags here)
</head><body>
@ghost ghost assigned danielfernandez Jul 19, 2012
@danielfernandez
Copy link
Member

This is a bug. Thanks for reporting.

This affects LEGACYHTML5-mode templates under specific circumstances.

This has already been solved in source trunk and a 2.0.11-SNAPSHOT version has been uploaded including this fix. You can use this snapshot version if you want before 2.0.11 is released --probably next weekend-- with some additional minor bugfixing.

See http://www.thymeleaf.org/faq.html in order to learn how to use a snapshot version.

Regards,
Daniel

@ben3000
Copy link
Author

ben3000 commented Jul 20, 2012

Yep, this fixes it for me, thanks.

@danielfernandez danielfernandez modified the milestones: Thymeleaf 2.0, Thymeleaf 2.0.11 Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants