1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Added string escaping

This commit is contained in:
Eldad Fux 2021-05-15 03:24:12 +03:00
parent 3804f718a4
commit 9c0ebc5608

View file

@ -77,7 +77,7 @@ $auth = $this->getParam('auth', []);
<td data-title="Name: ">
<a data-ls-attrs="href=/console/users/user?id={{user.$id}}&project={{router.params.project}}">
<span data-ls-bind="{{user.name}}"></span>
<span data-ls-if="{{user.name}} === ''">-----</span>
<span data-ls-if="{{user.name|escape}} === ''">-----</span>
</a>
</td>
<td data-title="Email: ">