Merge pull request #13277 from mauriciofauth/fix/13276

Fix unwanted escape
This commit is contained in:
Michal Čihař 2017-05-17 08:46:13 +02:00 committed by GitHub
commit 86e27bc980

View File

@ -3,7 +3,7 @@
value="Y" title="{{ priv[2] }}" {{ checked }} />
<label for="checkbox_{{ priv[0] }}_priv">
<code>
{{ formatted_priv }}
{{ formatted_priv|raw }}
</code>
</label>
</div>