mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 02:30:44 +00:00
Change apostrophes in Daily page statistics tooltips to HTML encoded apos;
This commit is contained in:
parent
3a4a52df1f
commit
9e899c1d15
@ -1345,6 +1345,10 @@ QString Daily::getStatisticsInfo(Day * day)
|
||||
}
|
||||
}
|
||||
|
||||
// QString oldtip = tooltip;
|
||||
tooltip.replace("'", "'");
|
||||
// qDebug() << schema::channel[code].label() << "old tooltip" << oldtip << "tooltip" << tooltip ;
|
||||
|
||||
html+=QString("<tr><td align=left title='%6'>%1</td><td>%2</td><td>%3</td><td>%4</td><td>%5</td></tr>")
|
||||
.arg(schema::channel[code].label())
|
||||
.arg(mn,0,'f',2)
|
||||
|
Loading…
Reference in New Issue
Block a user