Changeset 7535

Show
Ignore:
Timestamp:
09/23/11 17:11:24 (20 months ago)
Author:
soma
Message:

modules/admin/full: Add parenthesis around luci.version, #302

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/modules/admin-full/luasrc/view/admin_status/index.htm

    r7479 r7535  
    476476        <tr><td width="33%"><%:Firmware Version%></td><td> 
    477477            <%=pcdata(luci.version.distname)%> <%=pcdata(luci.version.distversion)%> / 
    478             <%=pcdata(luci.version.luciname)%> <%=pcdata(luci.version.luciversion)%> 
     478            <%=pcdata(luci.version.luciname)%> (<%=pcdata(luci.version.luciversion)%>) 
    479479        </td></tr> 
    480480        <tr><td width="33%"><%:Kernel Version%></td><td><%=luci.sys.exec("uname -r")%></td></tr>