From 7a7874d14e8d03dd29bd02c597ab4f85d75e45c7 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 19 Nov 2010 17:35:06 +0000 Subject: [PATCH] libs/web: give cbi tabcontainers a CSS class --- libs/web/luasrc/view/cbi/tabcontainer.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/web/luasrc/view/cbi/tabcontainer.htm b/libs/web/luasrc/view/cbi/tabcontainer.htm index 9b2c7980a..5f1a80d61 100644 --- a/libs/web/luasrc/view/cbi/tabcontainer.htm +++ b/libs/web/luasrc/view/cbi/tabcontainer.htm @@ -13,7 +13,7 @@ $Id$ -%> <% for tab, data in pairs(self.tabs) do %> -
style="display:none"<% end %>> +
style="display:none"<% end %>> <% if data.description then %>
<%=data.description%>
<% end %> <% self:render_tab(tab, section, scope or {}) %>
-- 2.25.1