Converted old markup for OoS dialog; possible fix for bug #18387.
This commit is contained in:
parent
84fc7ba7bb
commit
0772e5636c
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue