* luci/modules/admin-full: fix syslog page luci-0.8@3141 tags/0.8.0@3141 tags/0.8.1@3141
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 6 Sep 2008 00:08:23 +0000 (00:08 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 6 Sep 2008 00:08:23 +0000 (00:08 +0000)
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%>