From eb2963824b35e1111f9c8cbd885ac4540bf970fc Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 4 Jan 2007 15:51:21 +0000 Subject: [PATCH] XHTML Strict MDL-7861 --- enrol/manual/enrol.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; -- 2.39.5