mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-04 03:08:04 +01:00
tweak display of enclosure urls a bit
This commit is contained in:
parent
7868342a80
commit
7f3f5f8a30
@ -108,7 +108,7 @@ PreparedHtml TextBrowserViewer::prepareHtmlForMessage(const QList<Message>& mess
|
||||
// Add links to enclosures.
|
||||
if (acc_displays_enclosures) {
|
||||
for (const Enclosure& enc : message.m_enclosures) {
|
||||
html.m_html += QSL("[%2] <a href=\"%1\">%1</a><br/>").arg(enc.m_url, enc.m_mimeType);
|
||||
html.m_html += QSL("[<a href=\"%1\">%2</a>]").arg(enc.m_url, enc.m_mimeType);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user