Skip to content
Snippets Groups Projects
Commit 847b9e70 authored by Muhammad Umar Fariz Tumbuan's avatar Muhammad Umar Fariz Tumbuan
Browse files

Menghilangkan sebuah div <3\n di elemen img profile

parent bac481b2
1 merge request!45OneHundred - 13515005 - Husnulzaki Wibisono Haryadi
......@@ -34,9 +34,7 @@
<div class="edit_profile_button"><a href=<?php echo 'edit_profile.php?id='.$user_id; ?>>✎</a></div>
</div>
<div class="profile_info_container">
<div class="profile_pict_frame">
<img id="profile_pict" src="../img/default_profile.jpeg">
</div>
<img class="profile_pict_frame" id="profile_pict" src="../img/default_profile.jpeg">
<div class="profile_data_container">
<?php
echo "<div class='username_display'><strong>".$row['username']."</strong></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