[IRCServices Coding] More bugs... :)
Andrew Church
achurch at achurch.org
Wed Dec 26 11:45:30 PST 2001
>Another small XML bug, courtesy of IE6's XML parser :)
>
>Line 243 of modules/misc/xml-export.c is:
> writefunc(data, "\t<nickinfo>\n");
>and should be:
> writefunc(data, "\t</nickinfo>\n");
>with the forwardslash.
Thanks, fixed.
>After that's changed the XML checks out fine in IE.
That's good to know... especially as it's my first attempt in doing
anything at all with XML. (:
--Andrew Church
achurch at achurch.org
http://achurch.org/