]> git.mjollnir.org Git - moodle.git/commitdiff
Removing the space will make this string work better in RTL languages MDL-10768
authormoodler <moodler>
Thu, 9 Aug 2007 08:48:11 +0000 (08:48 +0000)
committermoodler <moodler>
Thu, 9 Aug 2007 08:48:11 +0000 (08:48 +0000)
mod/quiz/review.php

index fc60e8bb3f164d4795def1c8819fdd348f088439..bd20a8ef94b97f6f6122c4317d1426fefc3520d3 100644 (file)
             $a->maxgrade = $quiz->grade;
             $rawscore = round($attempt->sumgrades, $CFG->quiz_decimalpoints);
             echo '<tr><th scope="row" class="cell">', $strscore, '</th><td class="cell">',
-                "$rawscore/$quiz->sumgrades ($percentage %)", '</td></tr>';
+                "$rawscore/$quiz->sumgrades ($percentage%)", '</td></tr>';
             echo '<tr><th scope="row" class="cell">', $strgrade, '</th><td class="cell">',
                 get_string('outof', 'quiz', $a), '</td></tr>';
         }