mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fixed extra spaces around URLs in messages.
The HTML source is now human-unreadable though (all on one line).
This commit is contained in:
@@ -574,7 +574,7 @@ namespace boss {
|
||||
|
||||
AppendScripts(body);
|
||||
|
||||
if (!doc.save_file(file.c_str(), "\t", pugi::format_default | pugi::format_no_declaration)) {
|
||||
if (!doc.save_file(file.c_str(), "\t", pugi::format_default | pugi::format_no_declaration | pugi::format_raw)) {
|
||||
BOOST_LOG_TRIVIAL(error) << "Could not write BOSS report.";
|
||||
throw boss::error(boss::error::path_write_fail, boost::locale::translate("Could not write BOSS report.").str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user