diff options
-rw-r--r-- | app/views/user/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/show.html.erb b/app/views/user/show.html.erb index 8dd8c6b88..ce328b46f 100644 --- a/app/views/user/show.html.erb +++ b/app/views/user/show.html.erb @@ -42,7 +42,7 @@ <% end %> </div> - <div class="header_left"> + <div id="header_left"> <p id="user_photo_on_profile"> <% if @display_user.profile_photo %> <% if @is_you %> |