Page MenuHomePhabricator

Main Page tab is not properly styled on some wikis
Closed, InvalidPublic

Description

Details

Reference
bz24198

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:08 PM
bzimport set Reference to bz24198.

These websites have outdated javascripts installed in MediaWiki:Common.js that change the tab of the main page.

They can easily be corrected by a local administrator, based on the en.wp version, which currently reads:

var nstab = document.getElementById('ca-nstab-main')
if (nstab && wgUserLanguage=='en') {
    while (nstab.firstChild) nstab = nstab.firstChild
    nstab.nodeValue = 'Main Page'
}

I've fixed this on the 3 wikis listed above.