I suck at quoting

Signed-off-by: Aleksandar 'The Cobra' Widulski <thecobra@riseup.net>
This commit is contained in:
Aleksandar 'The Cobra' Widulski 2022-06-03 11:32:05 -04:00
parent 60ad716516
commit 61c4e9db97
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 3 additions and 3 deletions

View File

@ -96,7 +96,7 @@
<h1>Sign Up</h1>
<span class="red">* Required field</span>
<form method="post" action="' . htmlspecialchars($_SERVER["PHP_SELF"]) . '">
<form method="post" action='' . htmlspecialchars($_SERVER["PHP_SELF"])>
Username:
<input type="text" name="username">
<span class="red">* <?php echo $username_err; ?></span><br>