Explorar o código

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

Tyler Akins %!s(int64=24) %!d(string=hai) anos
pai
achega
9d34d3094e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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>';