소스 검색

other part of r12925

Thijs Kinkhorst 17 년 전
부모
커밋
edd62747c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/default/read_recipient_list.tpl

+ 1 - 1
templates/default/read_recipient_list.tpl

@@ -41,7 +41,7 @@ foreach ($recipients as $r) {
     }
 }
 
-if (count($recipients) > 1) {
+if (count($recipients) > 3) {
     if ($show_more) {
         ?>
 &nbsp;<small>(<a href="<?php echo $more_less_toggle_href; ?>"><?php echo _("less"); ?></a>)</small>