From c36f12e1457efa1eea97a52506739361cf00574d Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 26 Nov 2006 19:00:23 +0000 Subject: [PATCH] MDL-7434 all images that convey information should have alt text to convey that information - part 5 --- blog/rsslib.php | 2 +- lib/rsslib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/rsslib.php b/blog/rsslib.php index 70a7b42830..f8e7ec20fc 100755 --- a/blog/rsslib.php +++ b/blog/rsslib.php @@ -43,7 +43,7 @@ } else { $path = $CFG->wwwroot.'/rss/file.php?file='.$path; } - print '
'; + print '
'.get_string('rss').'
'; } diff --git a/lib/rsslib.php b/lib/rsslib.php index 26de63489d..757ece9ccb 100644 --- a/lib/rsslib.php +++ b/lib/rsslib.php @@ -18,7 +18,7 @@ function rss_get_link($courseid, $userid, $modulename, $id, $tooltiptext='') { $rsspath = rss_get_url($courseid, $userid, $modulename, $id); $rsspix = $CFG->pixpath .'/i/rss.gif'; - return ''; + return ''.get_String('rss').''; } -- 2.39.5