escape title and game in tooltip

This commit is contained in:
Rasmus Karlsson 2018-12-09 00:21:24 +01:00
parent fc93d7b738
commit 10325518f7

View file

@ -76,9 +76,9 @@ namespace {
{
return QStringList{"<style>.center { text-align: center; }</style>",
"<p class=\"center\">",
s.title,
s.title.toHtmlEscaped(),
"<br><br>",
s.game,
s.game.toHtmlEscaped(),
"<br>",
s.rerun ? "Vod-casting" : "Live",
" for ",