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:
d8282d3
)
Fixed a swap of keys and descriptions in additional fields of dynamic sections
author
Steven Barth
<steven@midlink.org>
Sun, 7 Sep 2008 22:55:10 +0000
(22:55 +0000)
committer
Steven Barth
<steven@midlink.org>
Sun, 7 Sep 2008 22:55:10 +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 92343bba20acd585db8081993ad2604a9b2a93bc..4bd10b44a83a93b5a24b9662a3377dd65862e351 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.
title)) .. ":" .. string.format("%q", val.option
)-%>,
+ <%-=string.format("%q", striptags(val.
option)) .. ":" .. string.format("%q", val.title
)-%>,
<%-
end
-%>