We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd4ce2 commit 9612841Copy full SHA for 9612841
1 file changed
phpmyfaq/assets/templates/admin/user/user-list.twig
@@ -49,10 +49,10 @@
49
<td>{{ user.display_name }}</td>
50
<td>
51
<a href="mailto:{{ user.email | e('html_attr') }}">
52
- {{ user.email | e('html') }}
+ {{ user.email | e('html_attr') }}
53
</a>
54
</td>
55
- <td>{{ user.login }}</td>
+ <td>{{ user.login | e('html_attr') }}</td>
56
57
<td class="text-center"><i class="fa
58
{% if user.status == 'active' %}
0 commit comments