Author: mrdon Date: Sat Jan 6 21:56:19 2007 New Revision: 493659 URL: http://svn.apache.org/viewvc?view=rev&rev=493659 Log: Ok, last clean of div javadocs... WW-1392
Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java?view=diff&rev=493659&r1=493658&r2=493659 ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/Div.java Sat Jan 6 21:56:19 2007 @@ -81,7 +81,7 @@ * <li>data: html or json object when type='load' or type='error'</li> * <li>type: 'before' before the request is made, 'load' when the request succeeds, or 'error' when it fails</li> * <li>request: request javascript object, when type='load' or type='error'</li> - * <ul> + * </ul> * <!-- END SNIPPET: javadoc --> * </div><p> <b>Examples</b> *