diff options
| author | Blista Kanjo | 2023-06-11 01:49:48 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-06-11 01:49:48 -0400 |
| commit | 04fd84acb1a19f243ebfb6797e93265498751770 (patch) | |
| tree | 8cc26bf55cb433986060f242ac7cecfa981cf05b | |
| parent | afddc5cef821a97d541ee0c622d06a09e04889a4 (diff) | |
refactor: follow more of PHP style rules
| -rw-r--r-- | LaTeX.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"; ?> <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> |
