ScriptEngine uses HTML instead of html for consistency

This commit is contained in:
Alexander Bock
2016-09-14 16:40:03 +02:00
parent 8bbf1c3d0d
commit a0efbfb190

View File

@@ -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);