# HG changeset patch # User Dan # Date 1203221803 18000 # Node ID 0475c9ed13867ad9f1c9657c0c8c3420901029ef # Parent d8a281557365b459da7ac8c3bc7fe3efcd6f3791# Parent 08bf8aa2f0ab4d6e204216520215d84fbb3bec75 Oh goodness, Scribus still says there are uncommitted changes. diff -r d8a281557365 -r 0475c9ed1386 plugins/gallery/canvas.js --- a/plugins/gallery/canvas.js Sat Feb 16 23:10:17 2008 -0500 +++ b/plugins/gallery/canvas.js Sat Feb 16 23:16:43 2008 -0500 @@ -83,8 +83,8 @@ div_inner.style.border = '1px solid #FFFFFF'; if ( IE ) { - div_inner.style.width = '1px'; - div_inner.style.height = '1px'; + div_inner.style.width = '100%'; + div_inner.style.height = '100%'; } else { diff -r d8a281557365 -r 0475c9ed1386 plugins/gallery/viewimage.php --- a/plugins/gallery/viewimage.php Sat Feb 16 23:10:17 2008 -0500 +++ b/plugins/gallery/viewimage.php Sat Feb 16 23:16:43 2008 -0500 @@ -289,7 +289,7 @@ $img_url = makeUrlNS('Special', 'GalleryFetcher/preview/' . $img_id); $img_href = makeUrlNS('Special', 'GalleryFetcher/full/' . $img_id); - echo '
Image preview (640px max width)
'; + echo '
Image preview (640px max width)
'; echo '
';