aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlista Kanjo2023-06-11 01:49:48 -0400
committerBlista Kanjo2023-06-11 01:49:48 -0400
commit04fd84acb1a19f243ebfb6797e93265498751770 (patch)
tree8cc26bf55cb433986060f242ac7cecfa981cf05b
parentafddc5cef821a97d541ee0c622d06a09e04889a4 (diff)
refactor: follow more of PHP style rules
-rw-r--r--LaTeX.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/LaTeX.php b/LaTeX.php
index 6683d17..897d39d 100644
--- a/LaTeX.php
+++ b/LaTeX.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>
@@ -451,7 +451,7 @@ Important Recommendations
<br>
<footer>
- <?php include "includes/nav-footer.php" ?>
+ <?php include "includes/nav-footer.php"; ?>
</footer>