aboutsummaryrefslogtreecommitdiffstats
path: root/mit.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 /mit.php
parent78cb24b15798e348dae3f693fd6f434dde284736 (diff)
refactor: follow more of PHP style rules
Diffstat (limited to 'mit.php')
-rw-r--r--mit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mit.php b/mit.php
index 0a540b6..d8335a5 100644
--- a/mit.php
+++ b/mit.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"; ?>
<div class="centered">
<pre>
@@ -55,7 +55,7 @@ SOFTWARE.
<br>
<footer>
- <?php include "includes/nav-footer.php" ?>
+ <?php include "includes/nav-footer.php"; ?>
</footer>