# should be valid in links

pull/928/head
Nicolas Werner 3 years ago
parent b3221b09d6
commit 409bfa8c9d
  1. 2
      src/timeline/TimelineModel.cpp

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

Loading…
Cancel
Save