From b2e7db07fc7a8a76de54c05c1afdc09c3191949b Mon Sep 17 00:00:00 2001 From: Jason Fowler Date: Thu, 16 Aug 2012 10:37:37 +0800 Subject: [PATCH] MDL-31810 - Fixing unclosed DIV tags throughout Moodle --- report/stats/locallib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/stats/locallib.php b/report/stats/locallib.php index d576fd71129..c144bbfcf83 100644 --- a/report/stats/locallib.php +++ b/report/stats/locallib.php @@ -197,7 +197,7 @@ function report_stats_report($course, $report, $mode, $user, $roleid, $time) { echo "(".get_string("gdneed").")"; } else { if ($mode == STATS_MODE_DETAILED) { - echo '
'.get_string('statisticsgraph').''.get_string('statisticsgraph').'
'; } else { echo '
'.get_string('statisticsgraph').'
'; }