https://bugzilla.wikimedia.org/show_bug.cgi?id=16912
Aryeh Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |m Keywords| |easy --- Comment #4 from Aryeh Gregor <[email protected]> 2009-01-17 23:42:06 UTC --- The HTML for case 1 looks like <a href="http://commons.wikimedia.org/wiki/" title="commons:"><img alt="Commons" src="http://upload.wikimedia.org/wikipedia/commons/9/9d/Commons-logo-31px.png" width="31" border="0" height="41"></a> The unnamed parameter is eaten in favor of the default link tooltip. This is wrong. This is probably a simple change to Parser::makeImage() to fix; it might be necessary to look a couple of levels down at the stuff it calls. -- 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
