Forgot one of the wfEscapeJsString()s
This commit is contained in:
parent
605af988dd
commit
cd4bb80e48
1 changed files with 1 additions and 1 deletions
|
|
@ -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"];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue