projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7334fc6
)
Fixed last commit
author
Steven Barth
<steven@midlink.org>
Sun, 7 Sep 2008 22:55:59 +0000
(22:55 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 7 Sep 2008 22:55:59 +0000
(22:55 +0000)
libs/cbi/luasrc/view/cbi/ucisection.htm
patch
|
blob
|
history
diff --git
a/libs/cbi/luasrc/view/cbi/ucisection.htm
b/libs/cbi/luasrc/view/cbi/ucisection.htm
index 4bd10b44a83a93b5a24b9662a3377dd65862e351..e703053e135193c2de1cca40fb20d6f3b0c4dddf 100644
(file)
--- a/
libs/cbi/luasrc/view/cbi/ucisection.htm
+++ b/
libs/cbi/luasrc/view/cbi/ucisection.htm
@@
-31,7
+31,7
@@
$Id$
<%-
for i, val in pairs(self.optionals[section]) do
-%>
- <%-=string.format("%q",
striptags(val.option)) .. ":" .. string.format("%q", val.title
)-%>,
+ <%-=string.format("%q",
val.option) .. ":" .. string.format("%q", striptags(val.title)
)-%>,
<%-
end
-%>