Author: bayard
Date: Wed Aug 7 05:50:31 2013
New Revision: 1511182
URL: http://svn.apache.org/r1511182
Log:
Fixed spelling error
Modified:
tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp
Modified:
tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp
URL:
http://svn.apache.org/viewvc/tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp?rev=1511182&r1=1511181&r2=1511182&view=diff
==============================================================================
--- tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp
(original)
+++ tomcat/taglibs/standard/trunk/examples/src/main/webapp/functions/Trim.jsp
Wed Aug 7 05:50:31 2013
@@ -20,13 +20,13 @@
</tr>
<tr>
<td>
- <pre>${custId} (whithout trim)</pre>
+ <pre>${custId} (without trim)</pre>
</td>
<td><c:url value="http://acme.com/cust"><c:param name="custId"
value="${custId}"/></c:url></td>
</tr>
<tr>
<td>
- <pre>${custId} (whith trim)</pre>
+ <pre>${custId} (with trim)</pre>
</td>
<td><c:url value="http://acme.com/cust"><c:param name="custId"
value="${fn:trim(custId)}"/></c:url></td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]