Skip to content

Commit e84560b

Browse files
committed
fix: added missing encoding
1 parent 7edf3d1 commit e84560b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpmyfaq/assets/templates/admin/user/user-list.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<tr class="row_user_id_{{ user.id }}" id="row_user_id_{{ user.id }}">
4949
<td>{{ user.display_name }}</td>
5050
<td>
51-
<a href="mailto:{{ user.email|raw }}">
51+
<a href="mailto:{{ user.email | e('html_attr') }}">
5252
{{ user.email | e('html_attr') }}
5353
</a>
5454
</td>

0 commit comments

Comments
 (0)