mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
escape title and game in tooltip
This commit is contained in:
parent
fc93d7b738
commit
10325518f7
|
@ -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 ",
|
||||||
|
|
Loading…
Reference in a new issue