瀏覽代碼

fixup! Minor style update

Leonardo Jeanteur 3 年之前
父節點
當前提交
0f1026ed60
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;