From: Patrick Grimm Date: Thu, 2 Feb 2012 21:55:37 +0000 (+0000) Subject: luci-splash: getElementById("splash_table") splash_table is the id from a tbody.... X-Git-Tag: 0.11.0~1126 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=65e081954a2b70ccd3c5f613e0faef2b6f190b97;p=project%2Fluci.git luci-splash: getElementById("splash_table") splash_table is the id from a tbody. dont add tbody close tag. --- diff --git a/applications/luci-splash/luasrc/view/admin_status/splash.htm b/applications/luci-splash/luasrc/view/admin_status/splash.htm index 86cb9c83a1..f4abc228d2 100644 --- a/applications/luci-splash/luasrc/view/admin_status/splash.htm +++ b/applications/luci-splash/luasrc/view/admin_status/splash.htm @@ -207,7 +207,7 @@ end <% else %> s += String.format('%s', splash.policy); <% end %> - s += '' + s += '' } tbody.innerHTML = s; }