diff options
| author | Blista Kanjo | 2023-06-11 01:48:29 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-06-11 01:48:29 -0400 |
| commit | afddc5cef821a97d541ee0c622d06a09e04889a4 (patch) | |
| tree | b7fe06aec277335a87df583d38058a25b22743c3 /licenses.php | |
| parent | 78cb24b15798e348dae3f693fd6f434dde284736 (diff) | |
refactor: follow more of PHP style rules
Diffstat (limited to 'licenses.php')
| -rw-r--r-- | licenses.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/licenses.php b/licenses.php index 87b8d17..0842f8d 100644 --- a/licenses.php +++ b/licenses.php @@ -24,7 +24,7 @@ souce community throughout the yearsβ¦ <b>π Thank you! π€</b> </p> <hr> - <?php include "includes/nav-header.php" ?> + <?php include "includes/nav-header.php"; ?> <h3 class="centered">π procrastiSlides aims to provide a way for users to create quick and elegant slideshows using open source technologies. π @@ -51,7 +51,7 @@ <br><br><br> <footer> - <?php include "includes/nav-footer.php" ?> + <?php include "includes/nav-footer.php"; ?> </footer> </body> |
