Diff for /loncom/interface/lonrss.pm between versions 1.53.2.5 and 1.53.2.6

version 1.53.2.5, 2021/12/14 03:22:21 version 1.53.2.6, 2022/01/20 00:26:02
Line 291  sub blocking_blogdisplay { Line 291  sub blocking_blogdisplay {
             if ($showdom eq '') {              if ($showdom eq '') {
                 $showdom = $blockdom;                  $showdom = $blockdom;
             }              }
             $output .= &mt('This restriction was set by an administrator in the [_1] LON-CAPA domain',$showdom);              $output .= &mt('This restriction was set by an administrator in the [_1] LON-CAPA domain.',$showdom);
         } else {          } else {
             $output .= &mt('This is because the blog owner is a student in one or more courses in which communication is being blocked.');              $output .= &mt('This is because the blog owner is a student in one or more courses in which communication is being blocked.');
         }          }

Removed from v.1.53.2.5  
changed lines
  Added in v.1.53.2.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>