Administrator
|
Thymeleaf 1.1.1 has just been published.
This is a drop-in replacement for 1.1.0, solving a major bug regarding non-minimizable tags like "div", "script", "textarea"...
Thymeleaf 1.1.0 was minimizing these tags when empty like "<script />" --instead of writing the correct "<script></script>", causing some pages not to display correctly. This only affected tags that had no "th:*" executable attribute on them.
Also, Thymeleaf 1.0.1 was not affected, as this bug was introduced with 1.1.0.
Sorry for the inconvenience.
Regards,
Daniel.
|