diff options
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-x | GradeBook_lib.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 5570f35..17f7913 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -2922,7 +2922,7 @@ proc htmlShowGradingSchema { permission_list user } { if { $letter eq "F" } { puts -nonewline "$separator $letter: < $prevThreshold" } else { - puts -nonewline "$separator $letter: ($prevThreshold, $threshold]" + puts -nonewline "$separator $letter: \[$threshold, $prevThreshold)" } } set prevThreshold $threshold |