Explorar o código

fixup! Minor style update

Leonardo Jeanteur %!s(int64=3) %!d(string=hai) anos
pai
achega
0f1026ed60
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hide/comp/cdb/Table.hx

+ 1 - 1
hide/comp/cdb/Table.hx

@@ -230,7 +230,7 @@ class Table extends Component {
 		var toggle = sep.find("a");
 		var title = if( sheet.props.separatorTitles != null ) sheet.props.separatorTitles[sindex] else null;
 		if( title != null )
-			sep.addClass('separator-$title');
+			sep.addClass('separator-$title'.toLowerCase());
 
 		function getLines() {
 			var snext = 0, sref = -1;