diff --git a/enrol/manual/enrol.php b/enrol/manual/enrol.php index 7bbe82fc4ad..741bdd81bfd 100644 --- a/enrol/manual/enrol.php +++ b/enrol/manual/enrol.php @@ -357,12 +357,11 @@ function get_access_icons($course) { if (!empty($course->guest)) { $str .= ''; - $str .= ''.$strallowguests.'  '; + $str .= ''.$strallowguests.'  '; } if (!empty($course->password)) { $str .= ''; - $str .= ''.$strrequireskey.''; + $str .= ''.$strrequireskey.''; } return $str;