Index: openacs-4/packages/acs-tcl/lib/static-progress-bar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/lib/static-progress-bar.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-tcl/lib/static-progress-bar.tcl 7 Aug 2017 23:47:59 -0000 1.3 +++ openacs-4/packages/acs-tcl/lib/static-progress-bar.tcl 17 Jul 2018 11:42:26 -0000 1.4 @@ -43,7 +43,7 @@ set header_color "black" } -if { ($total == 0) || [string is true $finish] } { +if { $total == 0 || [string is true $finish] } { set percentage_done 100 } elseif {[info exists finished_page] && $finished_page == $current} { # subtract 1 from current, since we haven't completed this page yet