Fixed last commit
authorSteven Barth <steven@midlink.org>
Sun, 7 Sep 2008 22:55:59 +0000 (22:55 +0000)
committerSteven Barth <steven@midlink.org>
Sun, 7 Sep 2008 22:55:59 +0000 (22:55 +0000)
libs/cbi/luasrc/view/cbi/ucisection.htm

index 4bd10b4..e703053 100644 (file)
@@ -31,7 +31,7 @@ $Id$
                                <%-
                                        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
                                -%>