Skip to content

Commit

Permalink
Remove para
Browse files Browse the repository at this point in the history
  • Loading branch information
leereilly committed Apr 22, 2014
1 parent f78c181 commit 71abec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/high_scores.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<% unless high_score[:login].nil? %>
<td class="small"><img itemprop="photo" src="http://0.gravatar.com/avatar/<%= high_score[:gravatar_id] %>?s=10&d=identicon" width="50" height="50"></td>
<td class="small"><span itemprop="nickname"><a href="/<%= high_score[:login] %>"><%= high_score[:login] %></a></span></td>
<td class="small"><a class="permalink" href="#person-<%= high_score[:login] %>">&para;</a></td>
<td class="small"><a class="permalink" href="#person-<%= high_score[:login] %>"></a></td>
<% else %>
<td class="small"><img itemprop="photo" src="http://0.gravatar.com/avatar/dummy?s=10&d=identicon" width="50" height="50"></td>
<td class="small"><span itemprop="name"><%= high_score[:name] %></span></td>
Expand Down

0 comments on commit 71abec4

Please sign in to comment.