Skip to content

Commit

Permalink
Fixed issue #7966: XSS vulnerability when adding a user group
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Oct 9, 2013
1 parent 06b130c commit 224180d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/usergroup/viewUserGroup_view.php
Expand Up @@ -21,7 +21,7 @@
<table width='100%' border='0'>
<tr><td align='justify' colspan='2' height='4'>
<font size='2' ><strong><?php $clang->eT("Description: ");?></strong>
<?php echo $usergroupdescription;?></font></td></tr>
<?php echo htmlspecialchars($usergroupdescription);?></font></td></tr>
</table>
<?php
}
Expand Down

0 comments on commit 224180d

Please sign in to comment.