Przeglądaj źródła

fixup! Minor style update

Leonardo Jeanteur 3 lat temu
rodzic
commit
0f1026ed60
1 zmienionych plików z 1 dodań i 1 usunięć
  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 toggle = sep.find("a");
 		var title = if( sheet.props.separatorTitles != null ) sheet.props.separatorTitles[sindex] else null;
 		var title = if( sheet.props.separatorTitles != null ) sheet.props.separatorTitles[sindex] else null;
 		if( title != null )
 		if( title != null )
-			sep.addClass('separator-$title');
+			sep.addClass('separator-$title'.toLowerCase());
 
 
 		function getLines() {
 		function getLines() {
 			var snext = 0, sref = -1;
 			var snext = 0, sref = -1;