From: Steven Barth Date: Fri, 28 Mar 2008 10:01:37 +0000 (+0000) Subject: * Fixed templates to be XHTML 1.1 compliant X-Git-Tag: 0.8.0~1190 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=7e9c97808d27443d6d02a163d9ef0a8bc295f396 * Fixed templates to be XHTML 1.1 compliant --- diff --git a/src/ffluci/view/cbi/footer.htm b/src/ffluci/view/cbi/footer.htm index 0629bd6d60..2acf710cdd 100644 --- a/src/ffluci/view/cbi/footer.htm +++ b/src/ffluci/view/cbi/footer.htm @@ -1,5 +1,7 @@ - - - +
+ + + +
<%+footer%> \ No newline at end of file diff --git a/src/ffluci/view/cbi/header.htm b/src/ffluci/view/cbi/header.htm index e926b20916..20b4aac7ff 100644 --- a/src/ffluci/view/cbi/header.htm +++ b/src/ffluci/view/cbi/header.htm @@ -1,5 +1,7 @@ <%+header%>
"> - - - +
+ + + +
diff --git a/src/ffluci/view/cbi/nsection.htm b/src/ffluci/view/cbi/nsection.htm index c1f4c8bf3a..90dbb30414 100644 --- a/src/ffluci/view/cbi/nsection.htm +++ b/src/ffluci/view/cbi/nsection.htm @@ -17,12 +17,12 @@ <% for key, val in pairs(self.optionals[self.section]) do %> - <% if #val.deps > 0 then %><% end %> <% end %> + <% end %> <% end %> diff --git a/src/ffluci/view/cbi/tsection.htm b/src/ffluci/view/cbi/tsection.htm index 15272f05f6..ffeb91575b 100644 --- a/src/ffluci/view/cbi/tsection.htm +++ b/src/ffluci/view/cbi/tsection.htm @@ -17,12 +17,12 @@ <% for key, val in pairs(self.optionals[k]) do %> - <% if #val.deps > 0 then %><% end %> <% end %> + <% end %> diff --git a/src/ffluci/view/header.htm b/src/ffluci/view/header.htm index db5570515b..66495da43c 100644 --- a/src/ffluci/view/header.htm +++ b/src/ffluci/view/header.htm @@ -11,6 +11,8 @@ require("ffluci.http").htmlheader() + + FFLuCI