https://bugzilla.wikimedia.org/show_bug.cgi?id=16912
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #8 from Aryeh Gregor <[email protected]> 2009-05-15 19:43:22 UTC --- - $linkAttribs = array( 'href' => $options['custom-url-link'] ); + $linkAttribs = array( 'href' => $options['custom-url-link'], 'title' => $alt ); This wasn't right -- it was adding an empty title if the alt text was empty, which I don't think we want. Other than that, it tested out fine. Committed as r50641. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
