瀏覽代碼

* This is pathetic.

Tyler Akins 24 年之前
父節點
當前提交
043da1e81f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/left_main.php

+ 1 - 1
src/left_main.php

@@ -186,7 +186,7 @@
 		if (isset($boxes[$i]['parent']))
 		    $line .= FoldLink($boxes[$i]['unformatted'], 
 		        $boxes[$i]['parent']);
-		else
+		elseif ($collapse_folders)
 		    $line .= '<tt>&nbsp;</tt>&nbsp;';
 		$line .= str_replace(' ', '&nbsp;', $regs[2]);
 	    }