فهرست منبع

[WebBundle] fixed XSD

Fabien Potencier 15 سال پیش
والد
کامیت
b709367371
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      src/Symfony/Framework/WebBundle/Resources/config/schema/dic/symfony/symfony-1.0.xsd

+ 1 - 2
src/Symfony/Framework/WebBundle/Resources/config/schema/dic/symfony/symfony-1.0.xsd

@@ -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>