* Forgot to catch an 'if' so I could get proper indentation
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 10 Feb 2001 01:37:19 +0000 (01:37 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 10 Feb 2001 01:37:19 +0000 (01:37 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1115 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/left_main.php

index 2eabf0b77c67dc39b2ef671698566db7475fc7af..e4547ca3f15d639dc18dd6b006123452de1c0903 100644 (file)
                if ($boxes[$i]['parent'])
                    $line .= FoldLink($boxes[$i]['unformatted'], 
                        $boxes[$i]['parent']);
+               else
+                   $line .= '&nbsp;&nbsp;';
                $line .= str_replace(' ', '&nbsp;', $regs[2]);
            }
             $line .= '</FONT>';