mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
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:
parent
f60d8cbb1a
commit
f7d3730080
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user