From 789f8a08b853669b1c290731658a21332dcc64f4 Mon Sep 17 00:00:00 2001 From: Tom Gilder Date: Tue, 18 Jan 2005 00:05:35 +0000 Subject: [PATCH] Conditional comments IE6 fix; remove old PNG fix --- includes/OutputPage.php | 4 +--- skins/MonoBook.php | 2 +- skins/disabled/MonoBook.pt | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 93dc544852..a9ce24ffad 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -806,9 +806,7 @@ class OutputPage { $link = $wgRequest->escapeAppendQuery( 'feed=atom' ); $ret .= "\n"; } - # FIXME: get these working - # $fix = htmlspecialchars( $wgStylePath . "/ie-png-fix.js" ); - # $ret .= ""; + return $ret; } diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 18363933dc..ca6f2fd574 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -51,7 +51,7 @@ class MonoBookTemplate extends QuickTemplate { - + diff --git a/skins/disabled/MonoBook.pt b/skins/disabled/MonoBook.pt index 19c9aeeac6..2bb67eb755 100644 --- a/skins/disabled/MonoBook.pt +++ b/skins/disabled/MonoBook.pt @@ -7,7 +7,7 @@ - + -- 2.20.1