aboutsummaryrefslogtreecommitdiffstats
path: root/info.php
diff options
context:
space:
mode:
authorBlista Kanjo2023-06-11 01:48:29 -0400
committerBlista Kanjo2023-06-11 01:48:29 -0400
commitafddc5cef821a97d541ee0c622d06a09e04889a4 (patch)
treeb7fe06aec277335a87df583d38058a25b22743c3 /info.php
parent78cb24b15798e348dae3f693fd6f434dde284736 (diff)
refactor: follow more of PHP style rules
Diffstat (limited to 'info.php')
-rw-r--r--info.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/info.php b/info.php
index f0cb276..bfd8618 100644
--- a/info.php
+++ b/info.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 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>