https://bugzilla.wikimedia.org/show_bug.cgi?id=31505
--- Comment #1 from Derk-Jan Hartman <[email protected]> 2011-10-09 17:59:08 UTC --- Created attachment 9201 --> https://bugzilla.wikimedia.org/attachment.cgi?id=9201 Keep the title attributes Confirmed, the new portlet linkbuilder was destroying 'title' attributes on links. This was not that visible, since most titles (and accesskeys) are actually generated on the fly based on element id. Whitelisting the title attribute in makeListItem() and makeLink() of includes/SkinTemplate.php does the trick -- 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
