Fix 1203: non-escaped html in plugins info

pull/1207/head
Iván Eixarch 2012-11-24 00:42:44 +01:00
parent 1899e3f48d
commit 8ac49477f9
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@
<h2>Installed hooks</h2>
<h3>Server side hooks</h3>
<div><%= plugins.formatHooks() %></div>
<div><%- plugins.formatHooks() %></div>
<h3>Client side hooks</h3>
<div><%= plugins.formatHooks("client_hooks") %></div>
<div><%- plugins.formatHooks("client_hooks") %></div>
</div>
</body>
</html>