diff options
Diffstat (limited to 'license.php')
-rw-r--r-- | license.php | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/license.php b/license.php index 7420bdf..20b32a7 100644 --- a/license.php +++ b/license.php @@ -8,14 +8,13 @@ You can find the terms of the license bellow: </p> <pre> - <?php - $license = file_get_contents('LICENSE'); - echo "$license"; - ?> +<?php +$license = file_get_contents('LICENSE'); +echo "$license"; +?> </pre> <p> - You also can download the license using - <a href="LICENSE">this link</a>. + You can also <a href="LICENSE">download</a> the license file. </p> </div> <?php jo_footer(); ?> |