mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-10 21:49:38 -06:00
Change LogFactory and ScriptEngine to use html instead of HTML for even more consistency
This commit is contained in:
@@ -561,7 +561,7 @@ void ScriptEngine::writeDocumentation(const std::string& filename, const std::st
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (type == "HTML") {
|
||||
else if (type == "html") {
|
||||
std::ofstream file;
|
||||
file.exceptions(~std::ofstream::goodbit);
|
||||
file.open(filename);
|
||||
|
||||
Reference in New Issue
Block a user