diff --git a/src/gui/rss/rsswidget.cpp b/src/gui/rss/rsswidget.cpp index 521e8eb2f..253cc8a6e 100644 --- a/src/gui/rss/rsswidget.cpp +++ b/src/gui/rss/rsswidget.cpp @@ -589,8 +589,7 @@ void RSSWidget::convertRelativePathToAbsolute(QString &html, const QString &base break; // invalid url, should never happen QString absolutePath = normalizedBasePath + relativePath; - html.replace(fullMatch, - prefix + absolutePath + suffix); + html.replace(fullMatch, prefix + absolutePath + suffix); } }