This commit is contained in:
Bronco 2013-07-07 11:28:21 +02:00
parent 2ceecc1292
commit b522eeb6ae
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ if ($GLOBALS['done']['d'] !== FALSE) {
<aside>
<?php
if (!empty($target)){
echo '<iframe src="'.$target.'" width="100%"></iframe>';
echo '<iframe name="embed" style="min-height: 800px;" src="'.$target.'" width="100%" height="100%" scrolling="auto" frameborder="0" allowtransparency="true" ></iframe>';
}else{
if (!$public){
if (isset($_GET['done']) and $_GET['done'] !== FALSE) {