Skip to content

Commit 61829e8

Browse files
committed
fix: removed doubled entity decoding
1 parent 764cdd5 commit 61829e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎phpmyfaq/assets/templates/admin/user/users.twig‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<tbody>
240240
{% for user in users %}
241241
<tr class="row_user_id_{{ user.id }}" id="row_user_id_{{ user.id }}">
242-
<td>{{ user.display_name|raw }}</td>
242+
<td>{{ user.display_name }}</td>
243243
<td>
244244
<a href="mailto:{{ user.email|raw }}">
245245
{{ user.email|raw }}

0 commit comments

Comments
 (0)