--- loncom/interface/lonrss.pm 2022/01/20 00:06:16 1.62 +++ 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.62 2022/01/20 00:06:16 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').'

'; } }