Revise quote escaping for translated strings in WebUI
commit155fe96bddc2e76f73acb56b6d545049e921c7b3
authorChocobo1 <Chocobo1@users.noreply.github.com>
Mon, 12 Aug 2024 06:59:30 +0000 (12 14:59 +0800)
committerGitHub <noreply@github.com>
Mon, 12 Aug 2024 06:59:30 +0000 (12 14:59 +0800)
tree19e0eb7c803c7255eb0c2cd4b6081987be7af578
parent9a8572bd215eead276afc189c9a35d6d3baba433
Revise quote escaping for translated strings in WebUI

qbt only need to escape double quotes for the sake of HTML attributes. As for single quotes it
can leave them as-is since WebUI enforce using double quotes for strings.

PR #21180.
src/webui/webapplication.cpp