ソースを参照

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>