projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d951b66
)
* luci-0.8: backport cbi fix
author
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 30 Oct 2008 02:41:25 +0000
(
02:41
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Thu, 30 Oct 2008 02:41:25 +0000
(
02:41
+0000)
libs/cbi/luasrc/view/cbi/full_valuefooter.htm
patch
|
blob
|
history
diff --git
a/libs/cbi/luasrc/view/cbi/full_valuefooter.htm
b/libs/cbi/luasrc/view/cbi/full_valuefooter.htm
index a9596441b5e4c5f7b493c19a2c9ed35c6d7d8573..0ae45fb32821f646f751ad7f25009ecb4050a22f 100644
(file)
--- a/
libs/cbi/luasrc/view/cbi/full_valuefooter.htm
+++ b/
libs/cbi/luasrc/view/cbi/full_valuefooter.htm
@@
-13,7
+13,7
@@
$Id$
-%>
- <% if #self.description > 0 then -%>
+ <% if
self.description and
#self.description > 0 then -%>
<% if not luci.util.instanceof( self, luci.cbi.Flag ) then -%>
<br />
<%- end %>
@@
-42,4
+42,4
@@
$Id$
}, "cbip-<%=self.config.."-"..section.."-"..self.option%>");
<%- end %>
</script>
-<%- end %>
\ No newline at end of file
+<%- end %>