From: Steven Barth Date: Sat, 11 Oct 2008 11:40:44 +0000 (+0000) Subject: Fixed a typo in button template X-Git-Tag: 0.9.0~1117 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=39efe2207d968f6dd3f4eb91a6969a79aba9d658;p=oweals%2Fluci.git Fixed a typo in button template --- 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 %>