From 9ed39e1431395bb84c486df94bc0a3660d7f0936 Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Fri, 23 Sep 2011 16:11:24 +0000 Subject: [PATCH] modules/admin/full: Add parenthesis around luci.version, #302 --- modules/admin-full/luasrc/view/admin_status/index.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index 50dfbdae9..850c30ab1 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -475,7 +475,7 @@ $Id$ <%:Router Model%><%=pcdata(model or "?")%> <%:Firmware Version%> <%=pcdata(luci.version.distname)%> <%=pcdata(luci.version.distversion)%> / - <%=pcdata(luci.version.luciname)%> <%=pcdata(luci.version.luciversion)%> + <%=pcdata(luci.version.luciname)%> (<%=pcdata(luci.version.luciversion)%>) <%:Kernel Version%><%=luci.sys.exec("uname -r")%> <%:Local Time%>- -- 2.11.0