Browse Source

other part of r12925

Thijs Kinkhorst 17 năm trước cách đây
mục cha
commit
edd62747c7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>