https://bugzilla.wikimedia.org/show_bug.cgi?id=29076
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID Summary|"MainPage" link not on the |"Main Page" link is removed |Mainpage in vectorTabs |in vectorTabs --- Comment #2 from Krinkle <[email protected]> 2011-05-21 23:03:08 UTC --- This is happening due to a local script which assummed the <span> element was the only element inside the <li> tag, and overwrite the inner contents. This removed the <a> tag inside the <span> for skins like Vector. Instead the script should look for the <a> tag and replace the text of tag. That way the script will be shorter and it will work in both Vector and Monobook. See also http://www.mediawiki.org/wiki/Snippets/Main_Page_tab I've applied the fix. -- 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
