Fixed missing spaces in chat style.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8001 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-03-08 16:31:15 +00:00
parent f60d8cbb1a
commit f7d3730080

View File

@ -336,7 +336,6 @@ QString ChatStyle::formatMessage(enumFormatMessage type, const QString &name, co
style = "<table width='100%'><tr><td><b>%name%</b></td><td width='130' align='right'>%time%</td></tr></table><table width='100%'><tr><td>%message%</td></tr></table>";
}
style = style.replace("\r","").replace("\n","").replace("\t","") ;
m_style[type] = style;
}