fix colors in html message

cusax-fix
Damian Minkov 19 years ago
parent 8151958dbe
commit 4105273561

@ -299,7 +299,7 @@ private void handleNewMessage(SessionEvent ev)
//to set all messages html - doesn't affect the appearance of the gui
Message newMessage = createMessage(
new MessageDecoder().decodeToHTML(ev.getMessage()).getBytes(),
"html",
"text/html",
DEFAULT_MIME_ENCODING,
null);

Loading…
Cancel
Save