Skip to content

Commit 291d41a

Browse files
Update wcfsetup/install/files/lib/system/gridView/admin/UserTrophyGridView.class.php
Co-authored-by: Marcel Werk <[email protected]>
1 parent c4c31b0 commit 291d41a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wcfsetup/install/files/lib/system/gridView/admin/UserTrophyGridView.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function render(mixed $value, DatabaseObject $row): string
8282
{
8383
\assert($row instanceof UserTrophy);
8484

85-
return $row->getTrophy()->getTitle();
85+
return StringUtil::encodeHTML($row->getTrophy()->getTitle());
8686
}
8787
}
8888
)

0 commit comments

Comments
 (0)