From: tjhunt Date: Thu, 9 Aug 2007 09:00:30 +0000 (+0000) Subject: Fix typo. Thanks to Adriane Boyd. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=215bd82630701159baf3d0f103737aeec2ac2c02;p=moodle.git Fix typo. Thanks to Adriane Boyd. --- diff --git a/question/type/questiontype.php b/question/type/questiontype.php index 2035657b58..31a80022cc 100644 --- a/question/type/questiontype.php +++ b/question/type/questiontype.php @@ -728,7 +728,7 @@ class default_questiontype { $contributions = array(); foreach ($stylesheets as $stylesheet) { $contributions[] = '"'; + $baseurl . '/' . $stylesheet . '" />'; } return $contributions; }