diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 14:28:18 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-20 14:28:18 -0700 |
| commit | 5c907a1351fe91ced79f969df5a616a786a5c8d9 (patch) | |
| tree | 8d72547757c69a8ffe1b1f00cd0654156e3527f7 | |
| parent | 60ee079ffabfcac3fe951685b73c8e834c22f848 (diff) | |
Fix some formatting
| -rwxr-xr-x | php/footer.php | 1 | ||||
| -rwxr-xr-x | php/header.php | 2 | ||||
| -rwxr-xr-x | php/render.php | 1 | ||||
| -rwxr-xr-x | signup/signup.php | 1 | ||||
| -rwxr-xr-x | signup/verify/verify.php | 1 |
5 files changed, 5 insertions, 1 deletions
diff --git a/php/footer.php b/php/footer.php index 652bf3e..2d7903d 100755 --- a/php/footer.php +++ b/php/footer.php @@ -28,4 +28,5 @@ $targets = [ $html = replace(ROOT . '/html/footer.html', $targets); echo $html; + ?> diff --git a/php/header.php b/php/header.php index 93cdbf9..37d0612 100755 --- a/php/header.php +++ b/php/header.php @@ -27,4 +27,4 @@ $html = replace(ROOT . '/html/header.html', $targets); echo $html; -?>
\ No newline at end of file +?> diff --git a/php/render.php b/php/render.php index 68d1b96..8e63247 100755 --- a/php/render.php +++ b/php/render.php @@ -35,4 +35,5 @@ function render_content(string $page) { echo $main_html; } + ?> diff --git a/signup/signup.php b/signup/signup.php index 4300b61..a0d0dea 100755 --- a/signup/signup.php +++ b/signup/signup.php @@ -91,4 +91,5 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { exit; } } + ?> diff --git a/signup/verify/verify.php b/signup/verify/verify.php index 1fc6202..471251d 100755 --- a/signup/verify/verify.php +++ b/signup/verify/verify.php @@ -97,4 +97,5 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { header("Location: /signin"); } + ?> |
