luci-splash: getElementById("splash_table") splash_table is the id from a tbody....
authorPatrick Grimm <patrick@lunatiki.de>
Thu, 2 Feb 2012 21:55:37 +0000 (21:55 +0000)
committerPatrick Grimm <patrick@lunatiki.de>
Thu, 2 Feb 2012 21:55:37 +0000 (21:55 +0000)
applications/luci-splash/luasrc/view/admin_status/splash.htm

index 86cb9c8..f4abc22 100644 (file)
@@ -207,7 +207,7 @@ end
                                <% else %>
                                        s += String.format('%s', splash.policy);
                                <% end %>
-                                       s += '</td></tr></tbody>'
+                                       s += '</td></tr>'
                                }
                                tbody.innerHTML = s;
                        }