From f8823ddc11a75b5a64e17579eb3f2e6fd9312971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Tue, 9 Sep 2025 13:36:10 +0200 Subject: [PATCH] Polish JSP documentation This commit ensures consistency with the documentation of other view resolvers. See gh-35444 --- .../modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc b/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc index 646684464e0..7eb33c7180a 100644 --- a/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc +++ b/framework-docs/modules/ROOT/pages/web/webmvc-view/mvc-jsp.adoc @@ -37,9 +37,11 @@ XML:: + [source,xml,indent=0,subs="verbatim,quotes"] ---- - - - + + + + + ---- ======