Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.48 -r1.7.2.49 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 18 Apr 2020 16:58:34 -0000 1.7.2.48 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 19 Apr 2020 15:30:45 -0000 1.7.2.49 @@ -1486,6 +1486,7 @@ set IPinfo "" set statusInfo "" set extraDurationInfo "" + set publishedInfo "" } else { set IPinfo [subst {IP: [:get_IPs $revision_sets]}] set statusInfo "#xowf.Status#: $submission_info
" @@ -1495,7 +1496,7 @@ set achievedPoints [format %.2f [dict get $achieved_points achievedPoints]] set percentage [format %.2f [expr {$achievedPoints*100.0/$possiblePoints}]] set achievedPointsInfo [subst { - Punkte: $achievedPoints von möglichen $possiblePoints Punkten, $percentage% + #xowf.Achieved_points#: $achievedPoints von möglichen $possiblePoints Punkten, $percentage% }] } else { set achievedPointsInfo ""