diff -r 0475c9ed1386 -r 593180f9eea9 plugins/gallery/viewimage.php --- a/plugins/gallery/viewimage.php Sat Feb 16 23:16:43 2008 -0500 +++ b/plugins/gallery/viewimage.php Sat Feb 16 23:42:32 2008 -0500 @@ -289,7 +289,8 @@ $img_url = makeUrlNS('Special', 'GalleryFetcher/preview/' . $img_id); $img_href = makeUrlNS('Special', 'GalleryFetcher/full/' . $img_id); - echo '
Image preview (640px max width)
'; + $iehack = ( strstr(@$_SERVER['HTTP_USER_AGENT'], 'MSIE') ) ? ' style="width: 1px;"' : ''; + echo '
Image preview (640px max width)
'; echo '
';