From 792501456127e2cf00b4e3bf03dd3f8d5a14129b Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 22 Sep 2011 18:21:38 +0000 Subject: [PATCH] libs/web: add missing class attributes --- libs/web/luasrc/view/cbi/simpleform.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %> -- 2.11.0