From: Jo-Philipp Wich Date: Thu, 22 Sep 2011 18:21:38 +0000 (+0000) Subject: libs/web: add missing class attributes X-Git-Tag: 0.11.0~1728 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=792501456127e2cf00b4e3bf03dd3f8d5a14129b;p=oweals%2Fluci.git libs/web: add missing class attributes --- diff --git a/libs/web/luasrc/view/cbi/simpleform.htm b/libs/web/luasrc/view/cbi/simpleform.htm index cc6ecb958..36537ec08 100644 --- a/libs/web/luasrc/view/cbi/simpleform.htm +++ b/libs/web/luasrc/view/cbi/simpleform.htm @@ -32,17 +32,17 @@ <% end %> <%- if self.submit ~= false then %> - <% end %> <%- if self.reset ~= false then %> - <% end %> <%- if self.cancel ~= false and self.on_cancel then %> - <% end %>