Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1028)
+++ trunk/CHANGELOG	(revision 1029)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.0 -------------------------------------
+03-July-2009 Matthias Gallas
++	Fixed IE Bug in Wrapper modul (ticket #736)
 03-July-2009 Ruud Eisinga
 #	Fixed the wrong handling of htmlentities in Droplet parameter parsing
 02-July-2009 Matthias Gallas
Index: trunk/wb/modules/wrapper/view.php
===================================================================
--- trunk/wb/modules/wrapper/view.php	(revision 1028)
+++ trunk/wb/modules/wrapper/view.php	(revision 1029)
@@ -38,7 +38,7 @@
 $url = ($fetch_settings['url']);
 
 ?>
-<iframe src="<?php echo $url; ?>" width="100%" height="<?php echo $fetch_settings['height']; ?>px" frameborder="0" scrolling="auto">
+<iframe src="<?php echo $url; ?>" width="100%" height="<?php echo $fetch_settings['height']; ?>" frameborder="0" scrolling="auto">
 <?php echo $MOD_WRAPPER['NOTICE']; ?>
 <a href="<?php echo $url; ?>" target="_blank"><?php echo $url; ?></a>
 </iframe>
\ No newline at end of file
