Made some small changes for Lars.

This commit is contained in:
K. Nobel
2017-01-24 15:01:55 +01:00
parent 4b3d7967fb
commit 4967ab6ea0
2 changed files with 13 additions and 2 deletions

View File

@@ -27,7 +27,7 @@
<p>
<?php
while($friend = $profile_friends->fetch()) {
echo "<a href='profile.php?username=${friend["username"]}/' data-title='${friend["username"]}'><img class='profile-picture' src='${friend["profilepicture"]}' alt='${friend["username"]}'s profielfoto></a>";
echo "<a href='profile.php?username=${friend["username"]}' data-title='${friend["username"]}'><img class='profile-picture' src='${friend["profilepicture"]}' alt='${friend["username"]}'s profielfoto></a>";
}