Skip to content

Commit

Permalink
Removed html escape from chatlog
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyLeifa committed Oct 12, 2021
1 parent 3fa22ca commit de89ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drchatlog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void DRChatLog::_p_write_message_queue()
l_cursor.insertText(": ", l_normal_format);
}

const QString l_text = l_message.text.toHtmlEscaped();
const QString l_text = l_message.text;

class TextPiece
{
Expand Down

0 comments on commit de89ed0

Please sign in to comment.