Browse Source

Minor - add percentage symbol to lp progress for teacher view - refs BT#13836

Angel Fernando Quiroz Campos 7 years ago
parent
commit
5766e4e379
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/lp/lp_list.php

+ 1 - 1
main/lp/lp_list.php

@@ -368,7 +368,7 @@ foreach ($categories as $item) {
             }
 
             if ($is_allowed_to_edit) {
-                $dsp_progress = '<center>'.$progress.'</center>';
+                $dsp_progress = '<center>'.$progress.'%</center>';
             } else {
                 $dsp_progress = '';
                 if (!api_is_invitee()) {