From 0ea03c56f2217d167556e030d0246976ab801a9c Mon Sep 17 00:00:00 2001 From: stronk7 Date: Fri, 25 Mar 2005 19:01:32 +0000 Subject: [PATCH] Ensure that tooltiptext hasn't tags. --- lib/rsslib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rsslib.php b/lib/rsslib.php index a16281714c8..b0adec3ad7e 100644 --- a/lib/rsslib.php +++ b/lib/rsslib.php @@ -23,7 +23,7 @@ function rss_get_link($courseid, $userid, $modulename, $id, $tooltiptext='') { $rsspix = $CFG->pixpath .'/i/rss.gif'; - return ''; + return ''; } @@ -405,4 +405,4 @@ function rss_unhtmlentities($string) { $trans_tbl = array_flip ($trans_tbl); return strtr ($string, $trans_tbl); } -?> \ No newline at end of file +?>