From: Steven Barth Date: Sat, 11 Oct 2008 11:40:44 +0000 (+0000) Subject: Fixed a typo in button template X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=39efe2207d968f6dd3f4eb91a6969a79aba9d658;p=openwrt-luci.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 c6606622d6..5a5189794a 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 %>