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 .= '
pixpath.'/i/guest.gif" /> ';
+ $str .= '
';
}
if (!empty($course->password)) {
$str .= '';
- $str .= '
';
+ $str .= '
';
}
return $str;