mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-08 20:50:19 -06:00
Change LogFactory and ScriptEngine to use html instead of HTML for even more consistency
This commit is contained in:
@@ -39,7 +39,7 @@ namespace {
|
||||
const std::string keyCategoryStamping = "CategoryStamping";
|
||||
const std::string keyLogLevelStamping = "LogLevelStamping";
|
||||
|
||||
const std::string valueHtmlLog = "HTML";
|
||||
const std::string valueHtmlLog = "html";
|
||||
const std::string valueTextLog = "Text";
|
||||
}
|
||||
|
||||
|
||||
@@ -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