Hello Jonathan, On Tue, 2007-12-18 at 09:31 -0500, Jonathan Pryor wrote: > On Fri, 2007-12-14 at 18:13 +0100, Valentin Sawadski wrote: > > this short patch makes all properly formatted and malformed links in the > > docbrowser work. Please review it and apply if no one objects. > > This isn't necessary; I "fixed" GtkHtmlHtmlRender (in > mono-tools/docbrowser) to do the s/</</g and s/>/>/g substitutions > (since this is in my mind a GtkHtml bug, in that it isn't properly > rendering/un-escaping XML entities).
I see your changes but they only worked for the MembersOverview page, as far as I can tell. See System.Array for example. If you click BinarySearch<T>(T[], T) in the overview, everything works fine. When you then hover over the the IComparable<T> link, the status-panel displays the right "URL" however if you click it, you'll end up in the middle of nowhere again. > > I made the GtkHtmlHtmlRender change on Dec-12. > > - Jon > > Kind Regards, Valentin _______________________________________________ Mono-docs-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-docs-list
