Author: mhabersack
Date: 2007-07-03 14:09:35 -0400 (Tue, 03 Jul 2007)
New Revision: 81286

Modified:
   trunk/mono/data/net_2_0/ChangeLog
   trunk/mono/data/net_2_0/DefaultWsdlHelpGenerator.aspx
Log:
2007-07-03  Marek Habersack  <[EMAIL PROTECTED]>

        * DefaultWsdlHelpGenerator.aspx: make head server-side, for the
        service generator to run on sites which use stylesheet themes
        configured in web.config. Fixes bug #81994


Modified: trunk/mono/data/net_2_0/ChangeLog
===================================================================
--- trunk/mono/data/net_2_0/ChangeLog   2007-07-03 18:05:08 UTC (rev 81285)
+++ trunk/mono/data/net_2_0/ChangeLog   2007-07-03 18:09:35 UTC (rev 81286)
@@ -1,3 +1,9 @@
+2007-07-03  Marek Habersack  <[EMAIL PROTECTED]>
+
+       * DefaultWsdlHelpGenerator.aspx: make head server-side, for the
+       service generator to run on sites which use stylesheet themes
+       configured in web.config. Fixes bug #81994
+
 2007-05-01  Marek Habersack  <[EMAIL PROTECTED]>
 
        * machine.config: added standard data provider factories, or

Modified: trunk/mono/data/net_2_0/DefaultWsdlHelpGenerator.aspx
===================================================================
--- trunk/mono/data/net_2_0/DefaultWsdlHelpGenerator.aspx       2007-07-03 
18:05:08 UTC (rev 81285)
+++ trunk/mono/data/net_2_0/DefaultWsdlHelpGenerator.aspx       2007-07-03 
18:09:35 UTC (rev 81286)
@@ -1557,7 +1557,7 @@
 
 </script>
 
-<head>
+<head runat="server">
        <link rel="alternate" type="text/xml" 
href="<%=Request.FilePath%>?disco"/>
 
        <title><%=WebServiceName%> Web Service</title>

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to