diff --git a/templates/gradebook.html b/templates/gradebook.html
index 99d3af7515..cb25a5507a 100644
--- a/templates/gradebook.html
+++ b/templates/gradebook.html
@@ -56,7 +56,7 @@
%for student in students:
- | ${student['username']} |
+ ${student['username']} |
%for section in student['grade_info']['grade_summary']:
%if 'subscores' in section:
%for subsection in section['subscores']:
@@ -73,4 +73,4 @@
%endif
-
\ No newline at end of file
+