Forgot one of the wfEscapeJsString()s
[lhc/web/wiklou.git] / includes / EditPage.php
index 4f3d633..7406f01 100644 (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"];