Author: miguel
Date: 2007-08-24 18:04:54 -0400 (Fri, 24 Aug 2007)
New Revision: 84828

Modified:
   trunk/monodoc/engine/ecma-provider.cs
Log:
Applied patch from  Arno Rehn ([EMAIL PROTECTED])

Modified: trunk/monodoc/engine/ecma-provider.cs
===================================================================
--- trunk/monodoc/engine/ecma-provider.cs       2007-08-24 21:50:45 UTC (rev 
84827)
+++ trunk/monodoc/engine/ecma-provider.cs       2007-08-24 22:04:54 UTC (rev 
84828)
@@ -736,6 +736,7 @@
                                        int pidx = element.IndexOf ("#");
                                        int sidx = element.IndexOf ("/");
                                        cname = element.Substring (pidx + 1, 
sidx-pidx-1);
+                                       cname = ToEscapedTypeName (cname);
                                }
                                
                                //Console.WriteLine ("t:{0} cn:{1} p:{2}", 
type, cname, prefix);

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

Reply via email to