Merge pull request #13277 from mauriciofauth/fix/13276
Fix unwanted escape
This commit is contained in:
commit
86e27bc980
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user