]> git.mjollnir.org Git - moodle.git/commitdiff
Missing space.
authortjhunt <tjhunt>
Fri, 19 Jan 2007 10:07:05 +0000 (10:07 +0000)
committertjhunt <tjhunt>
Fri, 19 Jan 2007 10:07:05 +0000 (10:07 +0000)
course/search.php

index 843884c5691cdc0f99de17e80b9f2995d8541772..f8f62029df687e1a46f81acd35282ed4a19ecce5 100644 (file)
                 // checks whether user can do role assignment
                    if (has_capability('moodle/role:assign', $coursecontext)) {
                     echo'<a title="'.get_string('assignroles', 'role').'" href="'.$CFG->wwwroot.'/'.$CFG->admin.'/roles/assign.php?contextid='.$coursecontext->id.'">';
-                       echo '<img src="'.$CFG->pixpath.'/i/roles.gif" class="iconsmall" alt="'.get_string('assignroles', 'role').'" /></a>';
+                       echo '<img src="'.$CFG->pixpath.'/i/roles.gif" class="iconsmall" alt="'.get_string('assignroles', 'role').'" /></a> ';
                    }                
 
                 // checks whether user can delete course