aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-04-17 14:59:24 +0100
committerLouise Crow <louise.crow@gmail.com>2014-04-24 15:38:04 +0100
commitefbf386b591841c206ea0d8ba6783311d841fd4c (patch)
treeabc26afa335e69dc83366a435d9e177448a48fac
parentf53d6c3db19d0b3647c198975c795bd4f636736a (diff)
Make header_left an id, not a class.
I think this was a mistake, it seems to be an id in the other places it is used.
-rw-r--r--app/views/user/show.html.erb2
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 %>