From 886c109d8da59b7763e7a20c7361855447350c2a Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 17 Apr 2007 20:42:29 +0000 Subject: [PATCH] MDL-9416 Double quotes and tags in helpable item breaks XHTML strict; merged from MOODLE_18_STABLE --- lib/weblib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index 8a93b32b10..986b01c41c 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -543,7 +543,7 @@ function link_to_popup_window ($url, $name='popup', $linkname='click here', $url = substr($url, strlen($CFG->wwwroot)); } - $link = '$linkname"; if ($return) { return $link; @@ -4876,7 +4876,7 @@ function helpbutton ($page, $title='', $module='moodle', $image=true, $linktext= if ($imagetext) { $linkobject .= $imagetext; } else { - $linkobject .= ''.$tooltip.''; } } else { -- 2.39.5