Skip to content

Commit

Permalink
Fixed an old typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Jan 8, 2007
1 parent 8678c81 commit c46fce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rsslib.php
Expand Up @@ -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 '<a href="'. $rsspath .'"><img src="'. $rsspix .'" title="'. strip_tags($tooltiptext) .'" alt="'.get_String('rss').'" /></a>';
return '<a href="'. $rsspath .'"><img src="'. $rsspix .'" title="'. strip_tags($tooltiptext) .'" alt="'.get_string('rss').'" /></a>';

}

Expand Down

0 comments on commit c46fce7

Please sign in to comment.