Skip to content

Commit

Permalink
MDL-13811 p() can not be used to print html text, it does plaintext o…
Browse files Browse the repository at this point in the history
…nly or form values & button names
  • Loading branch information
skodak committed Mar 19, 2008
1 parent f9bc559 commit 0e432a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion group/members.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0e432a1

Please sign in to comment.