Fixed a swap of keys and descriptions in additional fields of dynamic sections
This commit is contained in:
parent
d8282d382b
commit
7334fc65b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
-%>
|
||||
|
|
Loading…
Reference in a new issue