Skip to content

Commit 0c85748

Browse files
committed
Javadoc: Fixed malformed HTML
1 parent 3f4fda5 commit 0c85748

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

freemarker-core/src/main/java/freemarker/template/Configuration.java

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ public Configuration() {
995995
* characters were treated as equal by the collator, but will count as different now. But it's very
996996
* unlikely that anyone wanted to depend on such fragile logic anyway. Note again that we still do UNICODE
997997
* normalization, so combining characters won't break your comparisons.)</p></li>
998-
* <li><p>
998+
* <li><p>
999999
* The default {@link Configuration#setObjectWrapper(ObjectWrapper) object_wrapper} now exposes Java
10001000
* records public methods with 0-arguments and non-void return type are now exposed both as properties,
10011001
* and as methods; see {@link BeansWrapper#BeansWrapper(Version)}.
@@ -1005,14 +1005,13 @@ public Configuration() {
10051005
* <p>
10061006
* 2.3.34 (or higher):
10071007
* <ul>
1008-
* <li><p>
1009-
* Fixes this parser bug, which can break already incorrect templates that accidentally worked so far:
1010-
* {@code [#sep]}, {@code <#sep>}, and {@code <sep>} were all interpreted as a call to the {@code sep}
1011-
* directive, regardless if the already established tag syntax was angle bracket or square bracket tags, or
1012-
* if the tag syntax was strict (requiring {@code #}) or not. With this fix enabled, a {@code sep} tag with
1013-
* the tag syntax that doesn't match the configured/established tag syntax will be seen as just static
1014-
* text, just as it's done for any other FTL tags.
1015-
* </ul>
1008+
* <li><p>
1009+
* Fixes this parser bug, which can break already incorrect templates that accidentally worked so far:
1010+
* {@code [#sep]}, {@code <#sep>}, and {@code <sep>} were all interpreted as a call to the {@code sep}
1011+
* directive, regardless if the already established tag syntax was angle bracket or square bracket tags, or
1012+
* if the tag syntax was strict (requiring {@code #}) or not. With this fix enabled, a {@code sep} tag with
1013+
* the tag syntax that doesn't match the configured/established tag syntax will be seen as just static
1014+
* text, just as it's done for any other FTL tags.
10161015
* </ul>
10171016
* </li>
10181017
* </ul>

0 commit comments

Comments
 (0)