Backported dynamic section optional field generating
This commit is contained in:
parent
20ebf826d2
commit
2bf6516a7f
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ $Id$
|
||||||
<%-
|
<%-
|
||||||
for i, val in pairs(self.optionals[section]) do
|
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
|
end
|
||||||
-%>
|
-%>
|
||||||
|
|
Loading…
Reference in a new issue