From b1e9577680114082cd8a7cc27153899522ff9236 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Mon, 15 Sep 2014 15:38:44 -0400 Subject: [PATCH] Ensure single quotes appear in documentation sample Issue: SPR-12186 --- src/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 13634d137b..0dabc36847 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -32764,7 +32764,7 @@ The following JSP code can prepare a link: ---- <%@ taglib uri="http://www.springframework.org/tags" prefix="s" %> ... -Get Person +Get Person ---- -- GitLab