Fixed extra spaces around URLs in messages.

The HTML source is now human-unreadable though (all on one line).
This commit is contained in:
WrinklyNinja
2013-09-24 16:54:13 +01:00
parent f0313e9678
commit 273e09dc13
+1 -1
View File
@@ -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());
}