Maintain whitespace when importing glossary entries. Aplied to

blackboard import of questions too. Bug 2310.

(http://moodle.org/bugs/bug.php?op=show&bugid=2310)
This commit is contained in:
stronk7
2005-01-11 11:27:11 +00:00
parent 6bf83ea6bb
commit f3f90ac553
+1 -1
View File
@@ -53,7 +53,7 @@ class quiz_file_format extends quiz_default_format {
/// readquestion().
$text = implode($lines, " ");
$xml = xmlize($text);
$xml = xmlize($text, 0);
$questions = array();