diff options
Diffstat (limited to 'GradeBook_lib.tcl')
-rwxr-xr-x | GradeBook_lib.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 9a622d6..a20c890 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -12,7 +12,7 @@ source ./libBasicTableOperations.tcl set VERSION 2.0.0 # ######################################################################## -# this should be in config file +# this should be in config file but these are reasonable defaults array set GradebookServerConfig [list \ icon_dir "/~evmik/icons" \ use_icons true \ @@ -965,7 +965,7 @@ proc htmlFooter {permission_list} { set execution_time [ format "%.3g" [expr { ($execution_end_time - $execution_start_time)/1e6}] ] puts "<div class=\"footer\">" puts "Execution time $execution_time seconds. <br>" - puts "GradeBook $VERSION code is written by Eugeniy E. Mikhailov" + puts "GradeBook $VERSION by Eugeniy E. Mikhailov" puts "</div>" } |