diff options
author | Patrick Grimm <patrick@lunatiki.de> | 2012-02-02 21:55:37 +0000 |
---|---|---|
committer | Patrick Grimm <patrick@lunatiki.de> | 2012-02-02 21:55:37 +0000 |
commit | 65e081954a2b70ccd3c5f613e0faef2b6f190b97 (patch) | |
tree | 2a539aadfa0c868ff564008ece1fc280a3b515b3 /applications/luci-splash | |
parent | 1b7a550e010309b50a6dfb89594ce5605a195e32 (diff) |
luci-splash: getElementById("splash_table") splash_table is the id from a tbody. dont add tbody close tag.
Diffstat (limited to 'applications/luci-splash')
-rw-r--r-- | applications/luci-splash/luasrc/view/admin_status/splash.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/luasrc/view/admin_status/splash.htm b/applications/luci-splash/luasrc/view/admin_status/splash.htm index 86cb9c83a..f4abc228d 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 += '</td></tr></tbody>' + s += '</td></tr>' } tbody.innerHTML = s; } |