mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
WebUI: Add charset attribute to text content types.
This commit is contained in:
@@ -268,7 +268,7 @@ void RequestHandler::action_command_upload()
|
||||
{
|
||||
qWarning() << "I/O Error: Could not create temporary file";
|
||||
status(500, "Internal Server Error");
|
||||
print(QByteArray("I/O Error: Could not create temporary file."), CONTENT_TYPE_TXT);
|
||||
print(QObject::tr("I/O Error: Could not create temporary file."), CONTENT_TYPE_TXT);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user