aboutsummaryrefslogtreecommitdiff
path: root/GradeBook.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'GradeBook.tcl')
-rwxr-xr-xGradeBook.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/GradeBook.tcl b/GradeBook.tcl
index ff93ef1..29be3e0 100755
--- a/GradeBook.tcl
+++ b/GradeBook.tcl
@@ -184,7 +184,7 @@ proc htmlFooter {permission_list} {
proc LogOffOption {} {
global user password script_name
puts "<div class=\"logoff\">"
- puts "You are logged in as $user do you wish to "
+ puts "You are logged in as <span class=login>$user</span> do you wish to "
puts "<a href=\"$script_name?action=logoff\">logoff</a>"
puts "</div>"