]> git.mjollnir.org Git - moodle.git/commitdiff
Fix whitespace.
authortjhunt <tjhunt>
Fri, 12 Jun 2009 11:57:15 +0000 (11:57 +0000)
committertjhunt <tjhunt>
Fri, 12 Jun 2009 11:57:15 +0000 (11:57 +0000)
course/report/progress/index.php

index e79a61aaff25e7dca36f10a8bc34cf2b94f04b6d..566e0d3aa6b7f6749f729969177d31aea49e66d2 100644 (file)
@@ -78,7 +78,7 @@ if($csv) {
     }
 } else {
     // Use SVG to draw sideways text if supported
-    $svgcleverness=can_use_rotated_text();
+    $svgcleverness = can_use_rotated_text();
 
     // Navigation and header
     $strreports = get_string("reports");