MDL-13811 p() can not be used to print html text, it does plaintext only or form values & button names; merged from MOODLE_19_STABLE
This commit is contained in:
+1
-1
@@ -278,7 +278,7 @@ function updateUserSummary() {
|
||||
?>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<p><?php p($strusergroupmembership) ?></p>
|
||||
<p><?php echo($strusergroupmembership) ?></p>
|
||||
<div id="group-usersummary"></div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user