Commit 914becac authored by Michael Stummvoll's avatar Michael Stummvoll Committed by Stephane Nicoll

Fix thymeleaf-layout-dialect.version in doc

Version 2.0.0 had serval bugs which broke compatibility to older
templates, so the guide should refer the fixed version instead.

Closes gh-6991
parent e5611916
......@@ -1465,7 +1465,7 @@ for example:
----
<properties>
<thymeleaf.version>3.0.0.RELEASE</thymeleaf.version>
<thymeleaf-layout-dialect.version>2.0.0</thymeleaf-layout-dialect.version>
<thymeleaf-layout-dialect.version>2.0.3</thymeleaf-layout-dialect.version>
</dependency>
----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment