fix: escape html in plugin list to not hide those after nl2br
This commit is contained in:
parent
37cd0c3808
commit
4ef3a8f0bb
@ -96,7 +96,7 @@
|
||||
<summary><var class="perm_name">{$plug.class_name}</var></summary>
|
||||
|
||||
<div class="plugin_desc clearfix">
|
||||
{$plug.description}
|
||||
{$plug.description|escape:"html"}
|
||||
</div>
|
||||
</details>
|
||||
{else}
|
||||
|
Loading…
x
Reference in New Issue
Block a user