aboutsummaryrefslogtreecommitdiff
path: root/views/profile
diff options
context:
space:
mode:
Diffstat (limited to 'views/profile')
-rw-r--r--views/profile/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/profile/index.php b/views/profile/index.php
index 54da307..80b0c4a 100644
--- a/views/profile/index.php
+++ b/views/profile/index.php
@@ -14,3 +14,5 @@
<?php else: ?>
<h2>User "<?= $_GET["user"] ?>" doesn't exist!</h2>
<?php endif; ?>
+
+<?php end_page(); ?>