Browse Source

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

See gh-23002
pull/23119/head
Sam Brannen 7 years ago
parent
commit
7a87d86b80
  1. 5
      spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl

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

@ -70,9 +70,8 @@ @@ -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

Loading…
Cancel
Save