Skip to content

Commit

Permalink
Removed extra >
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisnyman committed Dec 23, 2014
1 parent 1152c78 commit 9374a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/companies.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<th>Percent</th>
</tr>
<% companies.each do |name, values| %>
<tr id="<%= name %>">>
<tr id="<%= name %>">
<td id="<%= name %>"><%= (lastMentions == values['mentions']) ? lastOrder : i %></td>
<td><%= values['link'] %> <img src="images/icon_info.png" alt="Info" title="Toggle employees" class="toggle">
<table class="employees" style="display: none">
Expand Down

0 comments on commit 9374a2f

Please sign in to comment.