summaryrefslogtreecommitdiffhomepage
path: root/libs
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-10-11 11:40:44 +0000
committerSteven Barth <steven@midlink.org>2008-10-11 11:40:44 +0000
commit39efe2207d968f6dd3f4eb91a6969a79aba9d658 (patch)
tree405dbc8dcd1efa940f6068f62ecd36d9e671b015 /libs
parentd97b73c8c03137c4cf4842f2f5c25940f4fc3246 (diff)
Fixed a typo in button template
Diffstat (limited to 'libs')
-rw-r--r--libs/cbi/luasrc/view/cbi/button.htm2
1 files changed, 1 insertions, 1 deletions
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 %>
- <input class="cbi-input-<% self.inputstyle or "button" %>" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.title)%> />
+ <input class="cbi-input-<%=self.inputstyle or "button" %>" type="submit"<%= attr("name", cbid) .. attr("id", cbid) .. attr("value", self.title)%> />
<% else %>
-
<% end %>