提交 b1e95776 编写于 作者: R Rossen Stoyanchev

Ensure single quotes appear in documentation sample

Issue: SPR-12186
上级 70b5f319
......@@ -32764,7 +32764,7 @@ The following JSP code can prepare a link:
----
<%@ taglib uri="http://www.springframework.org/tags" prefix="s" %>
...
<a href="${s:mvcUrl('PC#getPerson').arg(0,'123').build()}">Get Person</a>
<a href="${s:mvcUrl(''PC#getPerson'').arg(0,''US'').buildAndExpand(''123'')}">Get Person</a>
----
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册