Maintain whitespace when importing glossary entries. I forgot to

commit this! Bug 2310.

Merged from MOODLE_14_STABLE
This commit is contained in:
stronk7
2005-01-11 11:24:03 +00:00
parent ba9231f5ff
commit 792a76d810
+1 -1
View File
@@ -1817,7 +1817,7 @@ require_once "../../lib/xmlize.php";
}
fclose($h);
}
return xmlize($line);
return xmlize($line, 0);
}
//Close the file
function glossary_close_xml($h) {