2007-04-06 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Fri, 6 Apr 2007 11:13:39 +0000 (11:13 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Fri, 6 Apr 2007 11:13:39 +0000 (11:13 -0000)
* data/net_2_0/machine.config: corrected the xhtmlConformance
entry to reference correct type.

svn path=/trunk/mono/; revision=75478

ChangeLog
data/net_2_0/machine.config

index f173bfafb7b42e608fc5b4c418d37fe00f597a89..0d4c677704be195cae5fa8c5958d74c1b920e97e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-04-06  Marek Habersack  <mhabersack@novell.com>
 
+       * data/net_2_0/machine.config: corrected the xhtmlConformance
+       entry to reference correct type.
+
        * data/net_2_0/web.config: siteMap must be enabled by
        default. Fixes bug #80611
 
index 3c499479e77233cf75438412c01ecf60df68984a..4d95d2a87248adc9415ea266473e7e71b1831e11 100644 (file)
@@ -49,7 +49,7 @@
                        <section name="webControls" type="System.Web.Configuration.WebControlsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
                        <section name="webParts" type="System.Web.Configuration.WebPartsSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
                        <section name="webServices" type="System.Web.Services.Configuration.WebServicesSection, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
-                       <section name="xhtmlConformance" type="System.Web.Services.Configuration.XhtmlConformanceSection, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
+                       <section name="xhtmlConformance" type="System.Web.Configuration.XhtmlConformanceSection, System.Web.Services, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
                        <sectionGroup name="caching" type="System.Web.Configuration.SystemWebCachingSectionGroup, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
                                <section name="cache" type="System.Web.Configuration.CacheSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>
                                <section name="outputCache" type="System.Web.Configuration.OutputCacheSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="MachineToApplication"/>