Author: dsakovich
Date: 2007-10-25 13:24:49 -0400 (Thu, 25 Oct 2007)
New Revision: 4520
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpePanelGridCreator.java
Log:
http://jira.jboss.com/jira/browse/JBIDE-1143 Fix panelGrid template
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpePanelGridCreator.java
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpePanelGridCreator.java 2007-10-25
17:06:37 UTC (rev 4519)
+++
trunk/vpe/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/template/VpePanelGridCreator.java 2007-10-25
17:24:49 UTC (rev 4520)
@@ -312,7 +312,7 @@
nsIDOMElement visualHead = null;
nsIDOMElement visualFoot = null;
- nsIDOMElement visualBody = visualDocument.createElement(HTML.TAG_BODY);
+ nsIDOMElement visualBody = visualDocument.createElement(HTML.TAG_TBODY);
visualTable.appendChild(visualBody);
if (header != null || footer != null) {
if (header != null) {