Index: trunk/phase3/skins/MonoBook.php |
— | — | @@ -62,7 +62,7 @@ |
63 | 63 | <!--[if lt IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE50Fixes.css";</style><![endif]--> |
64 | 64 | <!--[if IE 5.5000]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE55Fixes.css";</style><![endif]--> |
65 | 65 | <!--[if gte IE 6]><style type="text/css">@import "<?php $this->text('stylepath') ?>/<?php $this->text('stylename') ?>/IE60Fixes.css";</style><![endif]--> |
66 | | - <!--[if IE]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script> |
| 66 | + <!--[if lt IE 7]><script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('stylepath') ?>/common/IEFixes.js"></script> |
67 | 67 | <meta http-equiv="imagetoolbar" content="no" /><![endif]--> |
68 | 68 | <?php if($this->data['jsvarurl' ]) { ?> |
69 | 69 | <script type="<?php $this->text('jsmimetype') ?>" src="<?php $this->text('jsvarurl' ) ?>"><!-- site js --></script> |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -585,6 +585,9 @@ |
586 | 586 | which is blank for main namespace, or like e.g. "User_talk" |
587 | 587 | * Adjust user login/creation form hooks to work with a captcha plugin |
588 | 588 | * (bug 1284) Inline styles for diffs in Recent Changes RSS/Atom feeds |
| 589 | +* (bug 4824) IE7 beta 2 broke compatibility with PNG logo workarounds, |
| 590 | + and seems to work ok with other bits. No longer including the IE |
| 591 | + workarounds JavaScript for IE 7 and above. |
589 | 592 | |
590 | 593 | |
591 | 594 | === Caveats === |