mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
Backported dynamic section optional field generating
This commit is contained in:
@@ -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", val.option) .. ":" .. string.format("%q", striptags(val.title))-%>,
|
||||
<%-
|
||||
end
|
||||
-%>
|
||||
|
||||
Reference in New Issue
Block a user