From 7a87d86b801c4e405410b941b8ba08dbea6e4ae7 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 10 Jun 2019 16:39:54 +0300 Subject: [PATCH] Fix documentation for FreeMarker `bind` macro in spring-webflux See gh-23002 --- .../web/reactive/result/view/freemarker/spring.ftl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl b/spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl index 95685827e18..b09d6735fd5 100644 --- a/spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl +++ b/spring-webflux/src/main/resources/org/springframework/web/reactive/result/view/freemarker/spring.ftl @@ -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