Revision: 9405
Author: x...@google.com
Date: Fri Dec 10 06:42:34 2010
Log: Expand self-closing <div/> tag in SafeHtmlTemplate into separate open and close
tag.

Review at http://gwt-code-reviews.appspot.com/1209801

Review by: r...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=9405

Modified:
 /trunk/user/src/com/google/gwt/user/cellview/client/CellTable.java

=======================================
--- /trunk/user/src/com/google/gwt/user/cellview/client/CellTable.java Fri Dec 3 05:16:36 2010 +++ /trunk/user/src/com/google/gwt/user/cellview/client/CellTable.java Fri Dec 10 06:42:34 2010
@@ -282,7 +282,7 @@
@Template("<div style=\"outline:none;\" tabindex=\"{0}\" accessKey=\"{1}\">{2}</div>") SafeHtml divFocusableWithKey(int tabIndex, char accessKey, SafeHtml contents);

-    @Template("<div class=\"{0}\"/>")
+    @Template("<div class=\"{0}\"></div>")
     SafeHtml loading(String loading);

     @Template("<table><tbody>{0}</tbody></table>")

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to