forked from Github-Mirrors/canaille
Escape strings in the authorization details view
This commit is contained in:
parent
b346b0db8a
commit
572ef585a0
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
<div class="ui attached clearing segment">
|
||||
<ul>
|
||||
{% for attr in authorization.attributes %}
|
||||
<li>{{ attr }}: {{ authorization[attr] }}</li>
|
||||
<li>{{ attr }}: {{ authorization[attr]|string }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue