diff --git a/profile/profile.php b/profile/profile.php
index 8839fe7027ac1ba31235a4ea2844c4cf904b3876..1ea48363bf0eba5048d0bebb85ddba5d6549f99c 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>";