From 0eab1dc0670764895821996c0c40f5fd2076644e Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 12 Jun 2009 11:57:15 +0000 Subject: [PATCH] Fix whitespace. --- course/report/progress/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.5