Maintain whitespace when importing glossary entries. I forgot to

commit this! Bug 2310.
This commit is contained in:
stronk7
2005-01-11 11:22:42 +00:00
parent 4dbc2dfdfd
commit 6bf83ea6bb
+1 -1
View File
@@ -1822,7 +1822,7 @@ require_once "../../lib/xmlize.php";
}
fclose($h);
}
return xmlize($line);
return xmlize($line, 0);
}
//Close the file
function glossary_close_xml($h) {