diff options
Diffstat (limited to 'LaTeX.php')
| -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> |
