Index: trunk/phase3/skins/Vector.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | // wait for the CSS file to load before fetching the HTC file. |
37 | 37 | $min = $wgRequest->getFuzzyBool( 'debug' ) ? '' : '.min'; |
38 | 38 | $out->addHeadItem( 'csshover', |
39 | | - '<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script><!--[if lt IE 7]><style type="text/css">body{behavior:url("' . |
| 39 | + '<!--[if lt IE 7]><style type="text/css">body{behavior:url("' . |
40 | 40 | htmlspecialchars( $wgLocalStylePath ) . |
41 | 41 | "/{$this->stylename}/csshover{$min}.htc\")}</style><![endif]-->" |
42 | 42 | ); |