summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-09-23 16:11:24 +0000
committerManuel Munz <freifunk@somakoma.de>2011-09-23 16:11:24 +0000
commit9ed39e1431395bb84c486df94bc0a3660d7f0936 (patch)
tree83d6f8219a9261cd53397e4e6d92ed3c36c98ecf /modules/admin-full
parent7d959a602420ad4a98b570fc312c58d945ddde1f (diff)
modules/admin/full: Add parenthesis around luci.version, #302
Diffstat (limited to 'modules/admin-full')
-rw-r--r--modules/admin-full/luasrc/view/admin_status/index.htm2
1 files changed, 1 insertions, 1 deletions
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$
<tr><td width="33%"><%:Router Model%></td><td><%=pcdata(model or "?")%></td></tr>
<tr><td width="33%"><%:Firmware Version%></td><td>
<%=pcdata(luci.version.distname)%> <%=pcdata(luci.version.distversion)%> /
- <%=pcdata(luci.version.luciname)%> <%=pcdata(luci.version.luciversion)%>
+ <%=pcdata(luci.version.luciname)%> (<%=pcdata(luci.version.luciversion)%>)
</td></tr>
<tr><td width="33%"><%:Kernel Version%></td><td><%=luci.sys.exec("uname -r")%></td></tr>
<tr><td width="33%"><%:Local Time%></td><td id="localtime">-</td></tr>