* luci/libs/cbi: fix html errors in cbi templates

This commit is contained in:
Jo-Philipp Wich 2008-09-08 00:34:27 +00:00
parent 19c79a30b9
commit eff278317e
2 changed files with 14 additions and 19 deletions

View file

@ -39,7 +39,6 @@ $Id$
<%- end -%>', '<%:cbi_manual%>');
</script>
<% end -%>
<br />
<% if i <= #vals then %><br />
<% end end %>
<%+cbi/valuefooter%>

View file

@ -107,8 +107,6 @@ end
<% end %>
<%- if self.addremove then -%>
<div class="cbi-section-table-row">
<td colspan="<%=count%>" class="cbi-section-table-optionals">
<div class="cbi-section-create">
<% if self.anonymous then %>
<input class="cbi-button cbi-button-add" type="submit" value="<%:cbi_add%>" name="cbi.cts.<%=self.config%>.<%=self.sectiontype%>" title="<%:cbi_add%>" />
@ -121,8 +119,6 @@ end
<%- end %>
<% end %>
</div>
</td>
</div>
<%- end -%>
</div>
</fieldset>