Skip to content

Commit

Permalink
fix: エスケープされていなかったので修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Dec 19, 2019
1 parent 98ef490 commit cd53bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/Elements/list.ctp
Expand Up @@ -72,7 +72,7 @@ if (!empty($users)) {
?>

<?php echo $this->NetCommonsHtml->avatarLink(
$displayUser, ['alt' => $displayUser['handlename']], [], 'id'); ?>
$displayUser, ['alt' => h($displayUser['handlename'])], [], 'id'); ?>

<?php
if ($count >= GroupsUser::LIST_DISPLAY_NUM):
Expand Down

0 comments on commit cd53bc1

Please sign in to comment.