From e2147feb6388a02088b47631331e01d23668d06e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 14 Oct 2009 00:02:38 +0000 Subject: libs/cbi: fix error in previous commit --- libs/cbi/luasrc/view/cbi/full_valuefooter.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/cbi/luasrc/view') diff --git a/libs/cbi/luasrc/view/cbi/full_valuefooter.htm b/libs/cbi/luasrc/view/cbi/full_valuefooter.htm index bdf7d1bfd..bdcd31484 100644 --- a/libs/cbi/luasrc/view/cbi/full_valuefooter.htm +++ b/libs/cbi/luasrc/view/cbi/full_valuefooter.htm @@ -14,7 +14,7 @@ $Id$ -%> <% if self.description and #self.description > 0 then -%> - <% if not luci.util.instanceof( self, luci.cbi.Flag ) or self.orientation ~= "horizontal" then -%> + <% if not luci.util.instanceof( self, luci.cbi.Flag ) or self.orientation == "horizontal" then -%>
<%- end %>
-- cgit v1.2.3