Maintain whitespace when importing glossary entries. I forgot to
commit this! Bug 2310. Merged from MOODLE_14_STABLE
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user