From 9fec6c079f7464d99abd32bc4fd9dfbccf34c315 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 3 Feb 2022 21:33:24 +0000 Subject: [PATCH] Fixed the stats page --- app/views/schools/stats.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/schools/stats.html.erb b/app/views/schools/stats.html.erb index 9a45ded..48c62dc 100644 --- a/app/views/schools/stats.html.erb +++ b/app/views/schools/stats.html.erb @@ -30,11 +30,11 @@ - <%= m.w1_bracket_name %> + <%= m.w1_bracket_name.html_safe %> <%= m.w1_stat %> - <%= m.w2_bracket_name %> + <%= m.w2_bracket_name.html_safe %> <%= m.w2_stat %>