Skip to content

Commit 7a87d86

Browse files
committed
Fix documentation for FreeMarker bind macro in spring-webflux
See gh-23002
1 parent 2f640fe commit 7a87d86

File tree

1 file changed

+2
-3
lines changed
  • spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker

1 file changed

+2
-3
lines changed

spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@
7070
*
7171
* This macro will participate in the default HTML escape setting for the given
7272
* RequestContext. This can be customized by calling "setDefaultHtmlEscape"
73-
* on the "springMacroRequestContext" context variable, or via the
74-
* "defaultHtmlEscape" context-param in web.xml (same as for the JSP bind tag).
75-
* Also regards an "htmlEscape" variable in the namespace of this library.
73+
* on the "springMacroRequestContext" context variable. Also regards an "htmlEscape"
74+
* variable in the namespace of this library.
7675
*
7776
* Producing no output, the following context variable will be available
7877
* each time this macro is referenced (assuming you import this library in

0 commit comments

Comments
 (0)