missing line break

This commit is contained in:
Thies Mueller 2021-01-08 13:57:58 +01:00
parent 96e0c7bb1b
commit a7f181fbaa

View File

@ -20,5 +20,6 @@ echo "And your email is: ".$useremail;
echo "<br/>"; echo "<br/>";
echo "<br/>"; echo "<br/>";
echo "This is the end now!"; echo "This is the end now!";
echo "<br />"
echo "goodbye"; echo "goodbye";
?> ?>