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

index 5d52978b83ef8f8fad413328bba723bda3d2c3e1..0e9420dff9094837174ed17557195b76f1818d09 100644 (file)
@@ -337,7 +337,7 @@ class quiz_report extends quiz_default_report {
                 $responses[] = $response;
             }
 
-            $facility = format_float($q['facility']*100,0)." %";
+            $facility = format_float($q['facility']*100,0)."%";
             $qsd = format_float($q['qsd'],3);
             $di = format_float($q['disc_index'],2);
             $dc = format_float($q['disc_coeff'],2);