Index: openacs-4/packages/acs-automated-testing/tcl/coverage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/Attic/coverage-procs.tcl,v diff -u -N -r1.1.2.12 -r1.1.2.13 --- openacs-4/packages/acs-automated-testing/tcl/coverage-procs.tcl 2 Mar 2021 09:06:12 -0000 1.1.2.12 +++ openacs-4/packages/acs-automated-testing/tcl/coverage-procs.tcl 2 Mar 2021 09:56:40 -0000 1.1.2.13 @@ -134,7 +134,7 @@ ad_proc -private aa::percentage_to_color { percentage } { - Calculates background and foreground color from an percentage. 0 + Calculates background and foreground color from a percentage. 0 gives red, 100 gives green. @author Gustaf neumann