mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:06:08 +00:00
UI: Escape HTML chars from new version text.
This commit is contained in:
parent
3575345676
commit
7256aaabdd
@ -65,6 +65,8 @@ bool TaskUpdateChecker::parseBuffer(const QByteArray &buffer)
|
||||
m_releaseNotes.truncate(releaseDashesPos);
|
||||
}
|
||||
|
||||
m_releaseNotes = m_releaseNotes.toHtmlEscaped();
|
||||
|
||||
// Assets
|
||||
const QVariantMap assetMap = assets.first().toMap();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user