Forgot one of the wfEscapeJsString()s
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 30 Apr 2005 09:13:44 +0000 (09:13 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 30 Apr 2005 09:13:44 +0000 (09:13 +0000)
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"];