Diff for /loncom/interface/lonrss.pm between versions 1.53.2.1 and 1.53.2.2

version 1.53.2.1, 2016/12/01 16:41:00 version 1.53.2.2, 2017/01/21 22:36:45
Line 128  sub advertisefeeds { Line 128  sub advertisefeeds {
     }      }
     if ($feeds) {      if ($feeds) {
  return '<h4>'.&mt('Available RSS Feeds and Blogs').'</h4><ul>'.$feeds.'</ul>';   return '<h4>'.&mt('Available RSS Feeds and Blogs').'</h4><ul>'.$feeds.'</ul>';
     } else {      } elsif (!$edit) {
         return '<h4>'.&mt('No available RSS Feeds and Blogs').'</h4>';          return '<h4>'.&mt('No available RSS Feeds and Blogs').'</h4>';
     }      }
 }  }

Removed from v.1.53.2.1  
changed lines
  Added in v.1.53.2.2


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