From: Jo-Philipp Wich Date: Mon, 8 Nov 2010 09:29:48 +0000 (+0000) Subject: modules/admin-full: fix bad colspan in lease status template X-Git-Tag: 0.10.0~515 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ff9398b605d85accf27c8f0a5c33e1678f3f1885;p=oweals%2Fluci.git modules/admin-full: fix bad colspan in lease status template --- diff --git a/modules/admin-full/luasrc/view/admin_network/lease_status.htm b/modules/admin-full/luasrc/view/admin_network/lease_status.htm index 9555d1437..3710eb0ed 100644 --- a/modules/admin-full/luasrc/view/admin_network/lease_status.htm +++ b/modules/admin-full/luasrc/view/admin_network/lease_status.htm @@ -69,7 +69,7 @@ { var tr = document.createElement('tr'); tr.className = 'cbi-section-table-row'; - tr.innerHTML = '
<%:There are no active leases.%>
'; + tr.innerHTML = '
<%:There are no active leases.%>
'; tb.rows[0].parentNode.appendChild(tr); } @@ -91,7 +91,7 @@ <%:Leasetime remaining%> -
<%:Collecting data...%>
+
<%:Collecting data...%>