Diff for /loncom/interface/lonrss.pm between versions 1.62 and 1.63

version 1.62, 2022/01/20 00:06:16 version 1.63, 2025/02/28 01:38:28
Line 127  sub advertisefeeds { Line 127  sub advertisefeeds {
  }   }
     }      }
     if ($feeds) {      if ($feeds) {
  return '<h4>'.&mt('Available RSS Feeds and Blogs').'</h4><ul>'.$feeds.'</ul>';   return '<h2 class="LC_heading_3">'.&mt('Available RSS Feeds and Blogs').'</h2><ul>'.$feeds.'</ul>';
     } elsif (!$edit) {      } elsif (!$edit) {
         return '<h4>'.&mt('No available RSS Feeds and Blogs').'</h4>';          return '<h2 class="LC_heading_3">'.&mt('No available RSS Feeds and Blogs').'</h2>';
     }      }
 }  }
   

Removed from v.1.62  
changed lines
  Added in v.1.63


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