diff options
author | Steven Barth <steven@midlink.org> | 2008-03-20 20:34:44 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-20 20:34:44 +0000 |
commit | 6e0df95e270dc0ee4c5d10e1d6ac2550f78ff54f (patch) | |
tree | f8d30923d291d0d119181eaafc88d35abff6b8ae /src/ffluci/view/cbi/lvalue.htm | |
parent | e9461f898cdd8f740accdf8c0c99dd1cfe48d1ea (diff) |
* CBI cleanup
Diffstat (limited to 'src/ffluci/view/cbi/lvalue.htm')
-rw-r--r-- | src/ffluci/view/cbi/lvalue.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ffluci/view/cbi/lvalue.htm b/src/ffluci/view/cbi/lvalue.htm index b7db0def96..eb2eac2fd9 100644 --- a/src/ffluci/view/cbi/lvalue.htm +++ b/src/ffluci/view/cbi/lvalue.htm @@ -1,7 +1,7 @@ <div class="cbi-lvalue"> <div class="cbi-lvalue-title"><%=self.title%></div> <div class="cbi-lvalue-field"> -<select name="<%=self.map.config.."."..self.section.."."..self.option%>"> +<select name="<%=self.config.."."..self.section.."."..self.option%>"> <%for k, v in self.list do%> <option value="<%=k%>"><%=v%></option> <% end %> |