From c8426cfa3cce952dde8cdf2eb058d0c2fae4986d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 21 Mar 2008 19:30:53 +0000 Subject: * ffluci.cbi: updates * ffluci.template: fixed a bug where different template scopes were not separated correctly * Added ffluci.dispatcher.cbi and ffluci.dispatcher.dynamic --- src/ffluci/view/cbi/value.htm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/ffluci/view/cbi/value.htm') diff --git a/src/ffluci/view/cbi/value.htm b/src/ffluci/view/cbi/value.htm index cc22c4e564..a898d08c1d 100644 --- a/src/ffluci/view/cbi/value.htm +++ b/src/ffluci/view/cbi/value.htm @@ -1,7 +1,7 @@ -
-
<%=self.title%>
-
-" value="<%=self:ucivalue()%>" /> -
-
<%=self.description%>
-
\ No newline at end of file +
+
<%=self.title%>
+
+ " value="<%=(self:ucivalue() or "")%>" /> +
+
<%=self.description%>
+
\ No newline at end of file -- cgit v1.2.3