diff options
-rw-r--r-- | demos/quickstart/protected/application.xml | 2 | ||||
-rw-r--r-- | framework/Specs/application.xsd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/application.xml b/demos/quickstart/protected/application.xml index 743c8ddd..cf00807c 100644 --- a/demos/quickstart/protected/application.xml +++ b/demos/quickstart/protected/application.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?>
-<application id="QuickStart" mode="Debug">
+<application id="QuickStart" Mode="Debug">
<!--<modules>-->
<!-- uncomment the following to enable caching
<module id="cache" class="System.Data.TSqliteCache" />
diff --git a/framework/Specs/application.xsd b/framework/Specs/application.xsd index 4aec216f..920eecc7 100644 --- a/framework/Specs/application.xsd +++ b/framework/Specs/application.xsd @@ -29,7 +29,7 @@ <xs:element name="parameters" type="parametersType" minOccurs="0" maxOccurs="1"/>
</xs:all>
<xs:attribute name="id" type="xs:string" use="required"/>
- <xs:attribute name="mode" use="required">
+ <xs:attribute name="Mode" use="required">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Off"/>
|