diff options
Diffstat (limited to 'settings/templates/help.php')
-rw-r--r-- | settings/templates/help.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/settings/templates/help.php b/settings/templates/help.php index 192bac4ad4a..7383fdcf56a 100644 --- a/settings/templates/help.php +++ b/settings/templates/help.php @@ -10,6 +10,5 @@ <?php } ?> <a class="button newquestion" href="http://owncloud.com" target="_blank"><?php echo $l->t( 'Commercial Support' ); ?></a> </div> -<div class="help-includes"> - <iframe src="<?php echo($_['url']); ?>" class="help-iframe">abc</iframe> -</div> +<br /><br /> +<iframe src="<?php echo($_['url']); ?>" width="100%" id="ifm" ></iframe>
\ No newline at end of file |