From: tjhunt Date: Fri, 12 Jun 2009 11:57:15 +0000 (+0000) Subject: Fix whitespace. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0eab1dc0670764895821996c0c40f5fd2076644e;p=moodle.git Fix whitespace. --- diff --git a/course/report/progress/index.php b/course/report/progress/index.php index e79a61aaff..566e0d3aa6 100644 --- a/course/report/progress/index.php +++ b/course/report/progress/index.php @@ -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");