luci-splash: getElementById("splash_table") splash_table is the id from a tbody. dont add tbody close tag.

This commit is contained in:
Patrick Grimm 2012-02-02 21:55:37 +00:00
parent 1b7a550e01
commit 65e081954a

View file

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