Skip to content

Commit

Permalink
Merge pull request #13532 from CommanderRoot/patch-1
Browse files Browse the repository at this point in the history
Fix unnecessary escaping of html content
  • Loading branch information
nijel committed Jul 31, 2017
2 parents 0bab458 + 732c0c6 commit d36dd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/privileges/privileges_summary_row.twig
Original file line number Diff line number Diff line change
@@ -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' %}
Expand Down

0 comments on commit d36dd8a

Please sign in to comment.