From 7e9c97808d27443d6d02a163d9ef0a8bc295f396 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 28 Mar 2008 10:01:37 +0000 Subject: * Fixed templates to be XHTML 1.1 compliant --- src/ffluci/view/cbi/footer.htm | 8 +++++--- src/ffluci/view/cbi/header.htm | 8 +++++--- src/ffluci/view/cbi/nsection.htm | 8 ++++---- src/ffluci/view/cbi/tsection.htm | 8 ++++---- 4 files changed, 18 insertions(+), 14 deletions(-) (limited to 'src/ffluci/view/cbi') 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 %> -- cgit v1.2.3