Merge pull request #13532 from CommanderRoot/patch-1

Fix unnecessary escaping of html content
This commit is contained in:
Michal Čihař 2017-07-31 15:22:18 +02:00 committed by GitHub
commit d36dd8a354

View File

@ -1,6 +1,6 @@
<tr>
<td>{{ name }}</td>
<td><code>{{ privileges }}</code></td>
<td><code>{{ privileges|raw }}</code></td>
<td>{{ grant ? 'Yes'|trans : 'No'|trans }}</td>
{% if type == 'database' %}