From 62b4f23fe66efa8524883f77d6f4af5a5167b2a7 Mon Sep 17 00:00:00 2001 From: "Donald J. Brown" Date: Sun, 7 Jan 2007 05:52:27 +0000 Subject: [PATCH] Cleaning up div javadocs WW-1392 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@493657 13f79535-47bb-0310-9956-ffa450edef68 --- core/src/main/java/org/apache/struts2/components/Div.java | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/src/main/java/org/apache/struts2/components/Div.java b/core/src/main/java/org/apache/struts2/components/Div.java index 16cf87efe..017e87c4f 100644 --- a/core/src/main/java/org/apache/struts2/components/Div.java +++ b/core/src/main/java/org/apache/struts2/components/Div.java @@ -36,7 +36,7 @@ import com.opensymphony.xwork2.util.ValueStack; * It creates a HTML <DIV /> that obtains it's content via a remote XMLHttpRequest call via * the dojo framework.

* - *

+ *

* * THE FOLLOWING IS ONLY VALID WHEN AJAX IS CONFIGURED *