--- loncom/interface/lonrss.pm 2022/01/20 00:26:02 1.53.2.6 +++ loncom/interface/lonrss.pm 2025/02/28 01:38:28 1.63 @@ -1,7 +1,7 @@ # The LearningOnline Network # RSS Feeder # -# $Id: lonrss.pm,v 1.53.2.6 2022/01/20 00:26:02 raeburn Exp $ +# $Id: lonrss.pm,v 1.63 2025/02/28 01:38:28 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -127,9 +127,9 @@ sub advertisefeeds { } } if ($feeds) { - return '

'.&mt('Available RSS Feeds and Blogs').'

'; + return '

'.&mt('Available RSS Feeds and Blogs').'

'; } elsif (!$edit) { - return '

'.&mt('No available RSS Feeds and Blogs').'

'; + return '

'.&mt('No available RSS Feeds and Blogs').'

'; } } @@ -337,7 +337,7 @@ sub handler { my ($displayfeedname,$displayoption)=&displayfeedname($filename,$uname,$udom); my ($blocked,$blocktext,$disabled,$disabletext); if (!&Apache::lonnet::is_course($udom,$uname)) { - my $clientip = &Apache::lonnet::get_requestor_ip($r); + my $clientip = &Apache::lonnet::get_requestor_ip($r); ($blocked,$blocktext) = &blocking_blogdisplay($uname,$udom,$html,$filterfeedname,$clientip); if (&Apache::lonnet::usertools_access($uname,$udom,'blog')) { $disabled = 0;