Show update percentages as XX%

This commit is contained in:
Scott Ullrich 2007-02-23 01:40:32 +00:00
parent 5059da0306
commit 8a548d5a67

View File

@ -992,7 +992,7 @@ function update_progress_bar($percent) {
echo "\ndocument.progressbar.style.width='" . $percent . "%';";
echo "\n</script>";
} else {
echo " $percent";
echo " {$percent}%";
}
}