[WebBundle] fixed XSD

This commit is contained in:
Fabien Potencier 2010-02-24 15:54:43 +01:00
parent 1cbed102d4
commit b709367371
1 changed files with 1 additions and 2 deletions

View File

@ -32,6 +32,7 @@
</xsd:complexType>
<xsd:complexType name="web">
<xsd:attribute name="ide" type="xsd:string" />
</xsd:complexType>
<xsd:complexType name="templating">
@ -46,8 +47,6 @@
</xsd:complexType>
<xsd:complexType name="debug">
<xsd:attribute name="exception" type="xsd:string" />
<xsd:attribute name="toolbar" type="xsd:string" />
<xsd:attribute name="ide" type="xsd:string" />
</xsd:complexType>
</xsd:schema>