aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xGradeBook_lib.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl
index 81abec1..5570f35 100755
--- a/GradeBook_lib.tcl
+++ b/GradeBook_lib.tcl
@@ -1399,7 +1399,7 @@ proc htmlFormatColVal { col_value columnname user user_shown permission_list {fo
if { ([SelectColValue4User GroupName $user_shown] ne "inforow") && ($user ni $special_user_names) && ($columnname ni $embeded_actions_excluded_special_columns) } {
set col_histogram_limits [SelectColValue4User $columnname _The_Grades_Hist_Limits_]
set histPositionMarker [markNthBin [binInHistogram $col_value_raw $col_histogram_limits]]
- set col_str_value $histPositionMarker<p>$col_str_value
+ set col_str_value "<span class=histogram_marker>$histPositionMarker</span><br><span class=grade>$col_str_value</span>"
}
if { ([SelectColValue4User GroupName $user_shown] ne "inforow") && ($user ni $special_user_names) && ($category ne "weighted_column") && ($columnname ni $embeded_actions_excluded_special_columns) } {