Converted old markup for OoS dialog; possible fix for bug #18387.

This commit is contained in:
Steven Panek 2011-09-03 01:51:56 +00:00
parent 84fc7ba7bb
commit 0772e5636c

View file

@ -531,7 +531,7 @@ void playmp_controller::process_oos(const std::string& err_msg) const {
temp_buf << " \n \n"; //and now the "Details:"
for(std::vector<std::string>::iterator i=err_lines.begin(); i!=err_lines.end(); ++i)
{
temp_buf << "`#" << *i << '\n';
temp_buf << "<span color='red' size='small'>" << *i << "</span>\n";
}
temp_buf << " \n";
}