From ff9398b605d85accf27c8f0a5c33e1678f3f1885 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 8 Nov 2010 09:29:48 +0000 Subject: [PATCH] modules/admin-full: fix bad colspan in lease status template --- modules/admin-full/luasrc/view/admin_network/lease_status.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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...%>
-- 2.11.0