You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mu...@apache.org on 2007/09/27 20:48:56 UTC

svn commit: r580120 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java

Author: musachy
Date: Thu Sep 27 11:48:56 2007
New Revision: 580120

URL: http://svn.apache.org/viewvc?rev=580120&view=rev
Log:
WW-2214 wrong tag in docs
Patch provided by Wes Wannemacher

Modified:
    struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java

Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java?rev=580120&r1=580119&r2=580120&view=diff
==============================================================================
--- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java (original)
+++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/IteratorComponent.java Thu Sep 27 11:48:56 2007
@@ -137,7 +137,7 @@
  *
  * </p> The next example iterates over a an action collection and passes every iterator value to another action. The
  * trick here lies in the use of the '[0]' operator. It takes the current iterator value and passes it on to the edit
- * action. Using the '[0]' operator has the same effect as using &gt;s:property /&gt;. (The latter, however, does not
+ * action. Using the '[0]' operator has the same effect as using &lt;s:property /&gt;. (The latter, however, does not
  * work from inside the param tag). </p>
  *
  * <!-- END SNIPPET: example4description -->