Sfoglia il codice sorgente

* Forgot to catch an 'if' so I could get proper indentation

Tyler Akins 24 anni fa
parent
commit
9d34d3094e
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      src/left_main.php

+ 2 - 0
src/left_main.php

@@ -186,6 +186,8 @@
 		if ($boxes[$i]['parent'])
 		    $line .= FoldLink($boxes[$i]['unformatted'], 
 		        $boxes[$i]['parent']);
+		else
+		    $line .= '  ';
 		$line .= str_replace(' ', ' ', $regs[2]);
 	    }
             $line .= '</FONT>';