aboutsummaryrefslogtreecommitdiffstats
path: root/gpl2.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 /gpl2.php
parent78cb24b15798e348dae3f693fd6f434dde284736 (diff)
refactor: follow more of PHP style rules
Diffstat (limited to 'gpl2.php')
-rw-r--r--gpl2.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpl2.php b/gpl2.php
index 2c9f563..249d0a7 100644
--- a/gpl2.php
+++ b/gpl2.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>
@@ -165,7 +165,7 @@ This General Public License does not permit incorporating your program into prop
<br>
<footer>
- <?php include "includes/nav-footer.php" ?>
+ <?php include "includes/nav-footer.php"; ?>
</footer>
</body>