From 38e9f6a85107c3cb5d72d0b9a4dbd64c25ad1805 Mon Sep 17 00:00:00 2001 From: "Ryan W. Moore" Date: Sat, 28 May 2016 20:07:59 -0400 Subject: [PATCH] Docs: Fix broken link to csrfInput tag info ID names are case sensitive. --- docs/manual/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index a945dca9c4..a7d1218f00 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -3328,7 +3328,7 @@ The last step is to ensure that you include the CSRF token in all PATCH, POST, P ---- -An easier approach is to use <> from the Spring Security JSP tag library. +An easier approach is to use <> from the Spring Security JSP tag library. [NOTE] ====