&nbsp ->  
authorteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Jul 2002 13:34:56 +0000 (13:34 +0000)
committerteepe <teepe@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 14 Jul 2002 13:34:56 +0000 (13:34 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3093 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/page_header.php

index 1d2734be24b34bd57f2e12767a97773a38c78ed3..eaec2fe7d216a7626a5bbdce24271b9cd6dc91f7 100644 (file)
@@ -401,7 +401,7 @@ function getTop($color, $mailbox) {
    if ( $shortBoxName <> '' && strtolower( $shortBoxName ) <> 'none' ) {
         $row->addChild('td',_("Current Folder") .':','','tp_c','tp_mbx_k', 
                        array('align' => $lft));
-       $row->addChild('td',$shortBoxName .'&nbsp',array('b'=>true),'tp_c',
+       $row->addChild('td',$shortBoxName .'&nbsp;',array('b'=>true),'tp_c',
                       'tp_mbx_v',array('align' => $lft));
    }
    $col = new html('td','','','tp_c','tp_so',array('align' => $rgt));