From: fidian Date: Sat, 10 Feb 2001 01:37:19 +0000 (+0000) Subject: * Forgot to catch an 'if' so I could get proper indentation X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=8885aa1e33d1b2acadacbd87b7c3e23271515206;p=squirrelmail.git * Forgot to catch an 'if' so I could get proper indentation git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1115 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/src/left_main.php b/src/left_main.php index 2eabf0b7..e4547ca3 100644 --- a/src/left_main.php +++ b/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 .= '';