Author: sdzmitrovich
Date: 2008-11-25 05:22:01 -0500 (Tue, 25 Nov 2008)
New Revision: 12007
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
Log:
corrected "object" tag
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml
===================================================================
--- trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2008-11-25
10:10:00 UTC (rev 12006)
+++ trunk/vpe/plugins/org.jboss.tools.vpe.html/templates/vpe-templates-html.xml 2008-11-25
10:22:01 UTC (rev 12007)
@@ -1403,8 +1403,16 @@
</vpe:tag>
<vpe:tag name="object" case-sensitive="no">
- <vpe:template children="no" modify="no" />
- </vpe:tag>
+ <!-- <vpe:template children="no" modify="no" />-->
+ <vpe:template children="yes" modify="no">
+ <vpe:copy
+ attrs="align,classid,code,codebase,codetype,data,height,hspace,type,vspace,width"
/>
+ <vpe:drop container="yes">
+ <vpe:container-child tag-name="param" />
+ <vpe:container-child tag-name="object" />
+ </vpe:drop>
+ </vpe:template>
+</vpe:tag>
<vpe:tag name="ol" case-sensitive="no">
<vpe:template children="yes" modify="no">
Show replies by date