--- loncom/interface/lonrss.pm 2021/11/30 17:35:10 1.60 +++ loncom/interface/lonrss.pm 2022/01/20 00:06:16 1.62 @@ -1,7 +1,7 @@ # The LearningOnline Network # RSS Feeder # -# $Id: lonrss.pm,v 1.60 2021/11/30 17:35:10 raeburn Exp $ +# $Id: lonrss.pm,v 1.62 2022/01/20 00:06:16 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -289,9 +289,9 @@ sub blocking_blogdisplay { } elsif ($blockcause eq 'ip') { my $showdom = &Apache::lonnet::domain($blockdom); 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 { $output .= &mt('This is because the blog owner is a student in one or more courses in which communication is being blocked.'); }