escape title and game in tooltip
This commit is contained in:
@@ -76,9 +76,9 @@ namespace {
|
|||||||
{
|
{
|
||||||
return QStringList{"<style>.center { text-align: center; }</style>",
|
return QStringList{"<style>.center { text-align: center; }</style>",
|
||||||
"<p class=\"center\">",
|
"<p class=\"center\">",
|
||||||
s.title,
|
s.title.toHtmlEscaped(),
|
||||||
"<br><br>",
|
"<br><br>",
|
||||||
s.game,
|
s.game.toHtmlEscaped(),
|
||||||
"<br>",
|
"<br>",
|
||||||
s.rerun ? "Vod-casting" : "Live",
|
s.rerun ? "Vod-casting" : "Live",
|
||||||
" for ",
|
" for ",
|
||||||
|
|||||||
Reference in New Issue
Block a user