Fix documentation for FreeMarker `bind` macro in spring-webflux

See gh-23002
This commit is contained in:
Sam Brannen 2019-06-10 16:39:54 +03:00
parent 2f640fe205
commit 7a87d86b80
1 changed files with 2 additions and 3 deletions

View File

@ -70,9 +70,8 @@
*
* This macro will participate in the default HTML escape setting for the given
* RequestContext. This can be customized by calling "setDefaultHtmlEscape"
* on the "springMacroRequestContext" context variable, or via the
* "defaultHtmlEscape" context-param in web.xml (same as for the JSP bind tag).
* Also regards an "htmlEscape" variable in the namespace of this library.
* on the "springMacroRequestContext" context variable. Also regards an "htmlEscape"
* variable in the namespace of this library.
*
* Producing no output, the following context variable will be available
* each time this macro is referenced (assuming you import this library in