From 847b9e703a2ee2e6a829caabd01f668d3aa31d43 Mon Sep 17 00:00:00 2001 From: "fariz.tumbuan" <13515050@std.stei.itb.ac.id> Date: Sat, 7 Oct 2017 10:56:43 +0800 Subject: [PATCH] Menghilangkan sebuah div <3\n di elemen img profile --- profile/profile.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/profile/profile.php b/profile/profile.php index 8839fe70..1ea48363 100644 --- a/profile/profile.php +++ b/profile/profile.php @@ -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>"; -- GitLab