diff options
| author | Syndamia <kamen@syndamia.com> | 2025-01-26 11:10:24 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-01-26 11:10:24 +0200 |
| commit | 3a2176a1c6a1c367b4677a68a80df35578160c72 (patch) | |
| tree | 1a8c769b9b6f0f7f7ed7a0cd8c3cb10b113f8999 /views/profile/index.php | |
| parent | 595dc8300d81e1cfaae4686c5184fffc2d1f5324 (diff) | |
| download | nowayforward_human-3a2176a1c6a1c367b4677a68a80df35578160c72.tar nowayforward_human-3a2176a1c6a1c367b4677a68a80df35578160c72.tar.gz nowayforward_human-3a2176a1c6a1c367b4677a68a80df35578160c72.zip | |
chore(views): Minor fixes
Diffstat (limited to 'views/profile/index.php')
| -rw-r--r-- | views/profile/index.php | 2 |
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(); ?> |
