removed space after username

master
Jakob 2020-03-08 15:38:01 +01:00
parent a75fc950a5
commit 210a41dcd8
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ $navbar = "home";
<center><h1>ThreadR</h1></center>
</div>
<div class="item-2">
<center><h3><?php echo "Welcome back, $username !";?> </h3></center>
<center><h3><?php echo "Welcome back, "; echo "$username"; echo "!";?> </h3></center>
</div>
</div>
</html>