From b44e6eac79ba11fd525c22d5ae49ccb6e12925cb Mon Sep 17 00:00:00 2001 From: jmontoya Date: Thu, 23 Feb 2012 02:11:19 +0100 Subject: [PATCH] Minor course tpl fix --- main/inc/lib/course.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/inc/lib/course.lib.php b/main/inc/lib/course.lib.php index 01d627beb7..976ef67a48 100644 --- a/main/inc/lib/course.lib.php +++ b/main/inc/lib/course.lib.php @@ -2713,8 +2713,8 @@ class CourseManager { $html .= '
'; $html .= '
'; $html .= '
'; - $html .= '
'.$params['icon'].'
'; - $html .= '

'.$params['title'].'

'; + $html .= '
'.$params['icon'].'
'; + $html .= '

'.$params['title'].'

'; $html .= '
'.$params['right_actions'].'
'; $html .= '
'; $html .= '
';