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

Fix image view

parent c652b8a0
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
How was it? How was it?
</h2> </h2>
<div> <div>
<img class='driver_pict' src='../profile/getProfilePict.php?id='.<?php $user_id?>> <img class='driver_pict' src='../profile/getProfilePict.php?id='.<?php $user_id ?>."'">
<p> @<?php echo $driver_username;?></p> <p> @<?php echo $driver_username;?></p>
<p> <?php echo $driver_name;?></p> <p> <?php echo $driver_name;?></p>
</div> </div>
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
var star4 = document.getElementById('4-star'); var star4 = document.getElementById('4-star');
var star5 = document.getElementById('5-star'); var star5 = document.getElementById('5-star');
star1.
</script> </script>
</html> </html>
\ No newline at end of file
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