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 /info.php | |
| parent | 78cb24b15798e348dae3f693fd6f434dde284736 (diff) | |
refactor: follow more of PHP style rules
Diffstat (limited to '')
| -rw-r--r-- | info.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 quick way for users to create elegant slideshow presentations using open source technologies π @@ -78,7 +78,7 @@ <br><br><br> <footer> - <?php include "includes/nav-footer.php" ?> + <?php include "includes/nav-footer.php"; ?> </footer> </body> |
