diff --git a/app/views/tournaments/matches.html.erb b/app/views/tournaments/matches.html.erb
index 01aa25e..1766120 100644
--- a/app/views/tournaments/matches.html.erb
+++ b/app/views/tournaments/matches.html.erb
@@ -24,7 +24,7 @@
| <%= match.bout_number %> |
<%= match.bracket_position %> |
- <%= match.w1_bracket_name %> vs <%= match.w2_bracket_name %> |
+ <%= match.w1_bracket_name.html_safe %> vs <%= match.w2_bracket_name.html_safe %> |
<%= match.finished %> |
<%= link_to 'Show', match, :class=>"btn btn-default btn-sm" %>
<%= link_to 'Edit Wrestlers', edit_match_path(match), :class=>"btn btn-primary btn-sm" %>
|