# should be valid in links

This commit is contained in:
Nicolas Werner 2022-02-05 09:27:16 +01:00
parent b3221b09d6
commit 409bfa8c9d
1 changed files with 1 additions and 1 deletions

View File

@ -2298,7 +2298,7 @@ TimelineModel::widgetLinks() const
// compat with some widgets, i.e. FOSDEM
url.replace("$theme", theme);
url = QUrl::toPercentEncoding(url, "/:?&@=%");
url = QUrl::toPercentEncoding(url, "/:@?#&=%");
list.push_back(
QLatin1String("<a href='%1'>%2</a>")