https://bugzilla.wikimedia.org/show_bug.cgi?id=10081
--- Comment #7 from ✓ <[email protected]> 2011-02-10 16:59:37 UTC --- Are there any sources that can be rtl? I can't think of any programming languages, but theres still lang="text". I think we can ignore that cases (we already did it in the past), so either > if( isset( $attribs[$name] && $name != 'dir') ) { or better > $attribs['dir'] = 'ltr'; could be changed. The other way, allowing a custom direction, could be provided by > $attribs['dir'] = $attribs['dir'] || 'ltr'; (Ive got no SVN, sorry) -- 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
