Page MenuHomePhabricator

Edit toolBar not show due to javascript error.
Closed, ResolvedPublic

Description

Author: _daniel

Description:
In /includes/EditPage.php, arround line 870, where says $toolbar.="addInfobox('"
. addslashes( wfMsg( "infobox" ) ) . "','" . addslashes(wfMsg("infobox_alert"))
. "');\n";

addslashes( wfMsg( "infobox" ) ) works correctly but
addslashes(wfMsg("infobox_alert")) have some error because it doesn't print the
ending ' and ); wich causes the javascript to be erroneous and therefore, the
edit toolBar isn't show.


Version: 1.4.x
Severity: normal
OS: Windows XP
Platform: PC

Details

Reference
bz2445

Event Timeline

bzimport raised the priority of this task from to High.Nov 21 2014, 8:31 PM
bzimport set Reference to bz2445.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of 1877 ***