Skip to content

Commit

Permalink
Use raw
Browse files Browse the repository at this point in the history
  • Loading branch information
bratsche committed Jun 7, 2011
1 parent 3e454f3 commit bec5955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/rounds/_score_lists.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<tr<%= ' class=participant' unless score_lists.dropped_scores.nil? %>>
<tr<%= raw(' class="participant"') unless score_lists.dropped_scores.nil? %>>
<td><%= score_lists_counter + 1 %></td>
<td><%= score_lists.performer.first_name %></td>
<td><%= score_lists.performer.last_name %></td>
Expand Down

0 comments on commit bec5955

Please sign in to comment.