diff --git a/lms/templates/gradebook.html b/lms/templates/gradebook.html index e5721969e9..bdc1516339 100644 --- a/lms/templates/gradebook.html +++ b/lms/templates/gradebook.html @@ -11,11 +11,11 @@ <%static:css group='course'/> @@ -54,7 +54,7 @@ data_class = "grade_" + letter_grade %> - ${ "{0:.0%}".format( percentage ) } + ${ "{0:.0%}".format( percentage ) } %for student in students: