https://bugzilla.wikimedia.org/show_bug.cgi?id=18285
--- Comment #2 from Andrew Garrett <[email protected]> 2009-07-03 12:57:39 UTC --- Still happens, need to investigate. Also, wondering wtf I was doing when I wrote this code :) // Hacky fix for double-escaping. $old = array_map( 'html_entity_decode', $old ); $new = array_map( 'html_entity_decode', $new ); -- 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
