mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
WebUI: Add charset attribute to text content types.
This commit is contained in:
parent
7b7f88ae4f
commit
d85c3170b2
3 changed files with 6 additions and 6 deletions
|
@ -50,7 +50,7 @@ HttpResponse AbstractRequestHandler::run()
|
|||
if (isBanned())
|
||||
{
|
||||
status(403, "Forbidden");
|
||||
print(QObject::tr("Your IP address has been banned after too many failed authentication attempts."));
|
||||
print(QObject::tr("Your IP address has been banned after too many failed authentication attempts."), CONTENT_TYPE_TXT);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue