mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
revuo: trim link
This commit is contained in:
parent
5981833446
commit
c713ec9696
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ void RevuoWidget::updateItems(const QList<QSharedPointer<RevuoItem>> &items) {
|
||||||
for (const auto &newsbyte : item->newsbytes) {
|
for (const auto &newsbyte : item->newsbytes) {
|
||||||
text += "<p> • " + newsbyte + "</p>\n";
|
text += "<p> • " + newsbyte + "</p>\n";
|
||||||
}
|
}
|
||||||
text += QString("<br>\n<a href=\"%1\">Read the whole issue in your browser</a>").arg(item->url);
|
text += QString("<br>\nRead the whole issue in your <a href=\"%1\">browser</a>.").arg(item->url);
|
||||||
text += "<br><br>\nEnjoy Revuo? Consider a <a href=\"feather://donate-revuo\">donation</a> to the author.";
|
text += "<br><br>\nEnjoy Revuo? Consider a <a href=\"feather://donate-revuo\">donation</a> to the author.";
|
||||||
|
|
||||||
m_items[item->title] = text;
|
m_items[item->title] = text;
|
||||||
|
|
Loading…
Reference in a new issue