Hi all, another FlexWiki issue that bugs me: FlexWiki inserts a space between list tags and its contents:
<ul> <li> List item</li> </ul> What I do is via javascript I insert spans at the top of <li> contents. Unfortunately, IE6 silently removes the leading space character when generating the dom while Firefox leaves it there. So the resulting thing is <li><span /> List item</li> in Firefox and <li><span />List item</li> in IE. This time I'm happy about the IE way, because the needless space in Firefox ruins my layout... The solution would be to find the code in the FlexWiki sourcecode that adds (or doesn't remove) this whitespace and fix this. I already looked through the code but wasn't able to find the right place due to my poor knowledge of FlexWikis inner workings... For you FlexWiki developers out there this probably is an easy thing to do so I would be very thankful if you could fix it for the next release. If it's not just a quick fix, I'll file a bug report on this. Thanks in advance, Benno. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Flexwiki-users mailing list Flexwiki-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flexwiki-users