Project

General

Profile

« Previous | Next » 

Revision 1029

Added by Matthias almost 15 years ago

Fixed IE Bug in Wrapper modul (ticket #736)

View differences:

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