https://bugzilla.wikimedia.org/show_bug.cgi?id=21053
RockMFR <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |18538, 20601 --- Comment #10 from RockMFR <[email protected]> 2009-10-11 18:11:09 UTC --- The cause of the visible output change was actually r56406. Prior to that, the "if( $diff )" check would always evaluate to true because the debug output would always be present. So, that whole check is totally fubar. It should really be checking to see if something like "<tr>" is present. Though, that is a bit of a hack. Is there a way to do this without changing the colspans at all? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
