Project

General

Profile

« Previous | Next » 

Revision 1029

Added by Matthias almost 15 years ago

Fixed IE Bug in Wrapper modul (ticket #736)

View differences:

trunk/CHANGELOG
11 11
! = Update/Change
12 12

  
13 13
------------------------------------- 2.8.0 -------------------------------------
14
03-July-2009 Matthias Gallas
15
+	Fixed IE Bug in Wrapper modul (ticket #736)
14 16
03-July-2009 Ruud Eisinga
15 17
#	Fixed the wrong handling of htmlentities in Droplet parameter parsing
16 18
02-July-2009 Matthias Gallas
trunk/wb/modules/wrapper/view.php
38 38
$url = ($fetch_settings['url']);
39 39

  
40 40
?>
41
<iframe src="<?php echo $url; ?>" width="100%" height="<?php echo $fetch_settings['height']; ?>px" frameborder="0" scrolling="auto">
41
<iframe src="<?php echo $url; ?>" width="100%" height="<?php echo $fetch_settings['height']; ?>" frameborder="0" scrolling="auto">
42 42
<?php echo $MOD_WRAPPER['NOTICE']; ?>
43 43
<a href="<?php echo $url; ?>" target="_blank"><?php echo $url; ?></a>
44 44
</iframe>

Also available in: Unified diff