diff --git a/src/webui/html/about.html b/src/webui/html/about.html index 4a750b580..4a9cf4859 100644 --- a/src/webui/html/about.html +++ b/src/webui/html/about.html @@ -1,4 +1,4 @@ - +

qBittorrent ${VERSION} (Web UI)

Copyright (c) 2011 Christophe Dumez

Homepage: http://www.qbittorrent.com

diff --git a/src/webui/httpresponsegenerator.cpp b/src/webui/httpresponsegenerator.cpp index 7f7ac267f..3c89cf5a3 100644 --- a/src/webui/httpresponsegenerator.cpp +++ b/src/webui/httpresponsegenerator.cpp @@ -60,7 +60,7 @@ void HttpResponseGenerator::setContentTypeByExt(const QString& ext) { return; } if (ext == "png") { - setContentType("image/x-png"); + setContentType("image/png"); return; } }