From: moodler Date: Thu, 4 Jan 2007 15:51:21 +0000 (+0000) Subject: XHTML Strict MDL-7861 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eb2963824b35e1111f9c8cbd885ac4540bf970fc;p=moodle.git XHTML Strict MDL-7861 --- diff --git a/enrol/manual/enrol.php b/enrol/manual/enrol.php index 7bbe82fc4a..741bdd81bf 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;