Skip to content
Snippets Groups Projects
Commit 626676fe authored by Husnulzaki Wibisono Haryadi's avatar Husnulzaki Wibisono Haryadi
Browse files

Fix image view (again)

parent 2d0dd325
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -59,7 +59,7 @@
How was it?
</h2>
<div>
<img class='driver_pict' src='../profile/getProfilePict.php?id='.<?php $user_id ?>."'">
<img class='driver_pict' src='../profile/getProfilePict.php?id='<?php echo .$user_id."'" ?>>
<p> @<?php echo $driver_username;?></p>
<p> <?php echo $driver_name;?></p>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment