mirror of
https://github.com/martinrotter/rssguard.git
synced 2024-12-28 17:10:28 +01:00
Remove hr from msg display.
This commit is contained in:
parent
242a332b51
commit
ca458ee5c0
@ -218,7 +218,7 @@ QString MessagePreviewer::prepareHtmlForMessage(const Message &message) {
|
||||
html += QString("[%2] <a href=\"%1\">%1</a><br/>").arg(imgTagRegex.cap(1), tr("image"));
|
||||
}
|
||||
|
||||
html += "<hr/>";
|
||||
html += "<br/>";
|
||||
html += message.m_contents;
|
||||
|
||||
return html;
|
||||
|
Loading…
Reference in New Issue
Block a user