From 22117a9e209dcac46f457c135bd60d84090169dc Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Wed, 9 Mar 2011 17:34:09 -0500 Subject: each column action has its own html class Ignore-this: 7681f2bdbc693868b2c8727b5afc64e7 darcs-hash:20110309223409-067c0-5adfe11635014a87cc3bb200f3d8bfce82c0eaf5.gz --- GradeBook_lib.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GradeBook_lib.tcl') diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index d1d9942..2dbd720 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -477,7 +477,7 @@ proc htmlDBout {db permission_list user {sort_col {}}} { set separator {
} foreach {act act_label} $action_list { if { [isActionGranted $act $permission_list $user] } { - puts -nonewline "$separator$act_label" + puts -nonewline "$separator$act_label" } } puts -nonewline "" -- cgit v1.2.3