r87042 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r87041‎ | r87042 | r87043 >
Date:20:27, 27 April 2011
Author:krinkle
Status:ok
Tags:
Comment:
FU: r87041: Oops
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -35,7 +35,7 @@
3636 // wait for the CSS file to load before fetching the HTC file.
3737 $min = $wgRequest->getFuzzyBool( 'debug' ) ? '' : '.min';
3838 $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("' .
4040 htmlspecialchars( $wgLocalStylePath ) .
4141 "/{$this->stylename}/csshover{$min}.htc\")}</style><![endif]-->"
4242 );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r87041Fixes for IE7 (alignment of checkboxes due to double-margin bug on floated el...krinkle20:25, 27 April 2011

Status & tagging log