Forráskód Böngészése

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

Tyler Akins 24 éve
szülő
commit
9d34d3094e
1 módosított fájl, 2 hozzáadás és 0 törlés
  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>';