fix help course home not view student BT#9901

1.10.x
aragonc 10 years ago
parent 9fb60d9139
commit 52b70db210
  1. 2
      main/inc/introductionSection.inc.php

@ -351,7 +351,7 @@ if ($intro_dispDefault) {
} else {
if (api_is_allowed_to_edit()) {
$introduction_section .= '<div class="help-course">';
$introduction_section .= get_lang('AddCustomCourseIntro') .' '. $textIntro;
$introduction_section .= get_lang('AddCustomCourseIntro') . ' ' . $textIntro;
$introduction_section .= '</div>';
}
}

Loading…
Cancel
Save