소스 검색

&nbsp ->  

teepe 23 년 전
부모
커밋
c9452319cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/page_header.php

+ 1 - 1
functions/page_header.php

@@ -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));