Skip to content

Commit 4ef3a8f

Browse files
committed
fix: escape html in plugin list to not hide those after nl2br
1 parent 37cd0c3 commit 4ef3a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/2k11/admin/plugins.inc.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<summary><var class="perm_name">{$plug.class_name}</var></summary>
9797

9898
<div class="plugin_desc clearfix">
99-
{$plug.description}
99+
{$plug.description|escape:"html"}
100100
</div>
101101
</details>
102102
{else}

0 commit comments

Comments
 (0)