Index: openacs-4/packages/lorsm/lib/user-lorsm.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/lib/user-lorsm.tcl,v diff -u -N -r1.21 -r1.22 --- openacs-4/packages/lorsm/lib/user-lorsm.tcl 25 Sep 2008 08:46:24 -0000 1.21 +++ openacs-4/packages/lorsm/lib/user-lorsm.tcl 8 Oct 2008 13:01:05 -0000 1.22 @@ -200,16 +200,16 @@ limit 1" ] } { #item has no track for the user #the icon should be the same as per "not yet visited" - append icon "\"Not" + append icon "\"Not" } else { switch -regexp $lesson_status { - null { append icon "\"Not" } - incomplete { append icon "\"Incomplete\"" } - complete { append icon "\"Completed\"" } - failed { append icon "\"Failed\"" } - "not attempted" { append icon "\"Not" } - passed { append icon "\"Passed\"" } - default { append icon " $lesson_status ** \"$lesson_status\""} + null { append icon "\"Not" } + incomplete { append icon "\"Incomplete\"" } + complete { append icon "\"Completed\"" } + failed { append icon "\"Failed\"" } + "not attempted" { append icon "\"Not" } + passed { append icon "\"Passed\"" } + default { append icon " $lesson_status ** \"$lesson_status\""} } } set lesson_status $icon