소스 검색

Minor - Remove strange char

See 0a1bdf7686b52c965c7f713d7dfc4bd22e6b4992
Angel Fernando Quiroz Campos 6 년 전
부모
커밋
01a26a6a34
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/gradebook/lib/fe/gradebooktable.class.php

+ 1 - 1
main/gradebook/lib/fe/gradebooktable.class.php

@@ -732,7 +732,7 @@ class GradebookTable extends SortableTable
                     }
 
                     $totalRanking = AbstractLink::getCurrentUserRanking($user_id, $totalRanking);
-²                    $totalRanking = $scoredisplay->display_score(
+                    $totalRanking = $scoredisplay->display_score(
                         $totalRanking,
                         SCORE_DIV,
                         SCORE_BOTH,