From 39efe2207d968f6dd3f4eb91a6969a79aba9d658 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Sat, 11 Oct 2008 11:40:44 +0000 Subject: [PATCH] Fixed a typo in button template --- libs/cbi/luasrc/view/cbi/button.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/cbi/luasrc/view/cbi/button.htm b/libs/cbi/luasrc/view/cbi/button.htm index c6606622d..5a5189794 100644 --- a/libs/cbi/luasrc/view/cbi/button.htm +++ b/libs/cbi/luasrc/view/cbi/button.htm @@ -14,7 +14,7 @@ $Id$ -%> <%+cbi/valueheader%> <% if self:cfgvalue(section) ~= false then %> - " type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.title)%> /> + " type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.title)%> /> <% else %> - <% end %> -- 2.25.1