Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed shorttag on license iframe
  • Loading branch information
jakoch committed Sep 1, 2012
1 parent a7d1659 commit 09d4771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installation/view/step3.php
Expand Up @@ -15,7 +15,7 @@
$language_file = 'Languages/'.$_SESSION['lang'].'.gpl.html';
$language_file = is_file($language_file) ? $language_file : 'Languages/english.gpl.html';
?>
<iframe scrolling="auto" frameborder="0" marginwidth="15" class="license" src="<?=$language_file?>"></iframe>
<iframe scrolling="auto" frameborder="0" marginwidth="15" class="license" src="<?php echo $language_file; ?>"></iframe>
<!-- CHECKBOX -> READ LICENSE -->
<div class="">
<p><?php echo $language['STEP3_MUST_AGREE']; ?></p>
Expand Down

0 comments on commit 09d4771

Please sign in to comment.