* luci/modules/admin-full: fix syslog page
[project/luci.git] / modules / admin-full / luasrc / view / admin_status / syslog.htm
index f3d1f0a..bda7b3e 100644 (file)
@@ -15,5 +15,5 @@ $Id$
 <%+header%>
 <h1><%:status%></h1>
 <h2><%:syslog%></h2>
-<code><%=syslog%></code>
-<%+footer%>
\ No newline at end of file
+<code><%=luci.util.pcdata(syslog)%></code>
+<%+footer%>