Fixed last commit
This commit is contained in:
parent
7334fc65b2
commit
7fb577f21e
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.option)) .. ":" .. string.format("%q", val.title)-%>,
|
<%-=string.format("%q", val.option) .. ":" .. string.format("%q", striptags(val.title))-%>,
|
||||||
<%-
|
<%-
|
||||||
end
|
end
|
||||||
-%>
|
-%>
|
||||||
|
|
Loading…
Reference in a new issue