From 215bd82630701159baf3d0f103737aeec2ac2c02 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 9 Aug 2007 09:00:30 +0000 Subject: [PATCH] Fix typo. Thanks to Adriane Boyd. --- question/type/questiontype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5