mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 19:32:35 +00:00
tlobby_main: fixed an unescaped escape character
This commit is contained in:
parent
5ea08ba37d
commit
d599ea1509
@ -204,7 +204,7 @@ void tlobby_main::add_chat_message(const time_t& /*time*/,
|
||||
events::chat_handler::MESSAGE_TYPE /*type*/)
|
||||
{
|
||||
std::stringstream ss;
|
||||
ss << "<b><" << speaker << "></b> ";
|
||||
ss << "<b><" << speaker << "></b> ";
|
||||
ss << font::escape_text(message);
|
||||
append_to_chatbox(ss.str());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user