Forgot one of the wfEscapeJsString()s

This commit is contained in:
Brion Vibber 2005-04-30 09:13:44 +00:00
parent 605af988dd
commit cd4bb80e48

View file

@ -1034,7 +1034,7 @@ END
// Older browsers show a "speedtip" type message only for ALT.
// Ideally these should be different, realistically they
// probably don't need to be.
$tip = addslashes( $tool['tip'] );
$tip = wfEscapeJsString( $tool['tip'] );
#$key = $tool["key"];