diff --git a/src/webui/www/private/downloadlimit.html b/src/webui/www/private/downloadlimit.html
index d97ab78a445f..2de42919cd23 100644
--- a/src/webui/www/private/downloadlimit.html
+++ b/src/webui/www/private/downloadlimit.html
@@ -4,11 +4,11 @@
QBT_TR(Torrent Download Speed Limiting)QBT_TR[CONTEXT=TransferListWidget]
-
-
-
-
-
+
+
+
+
+
@@ -36,7 +36,7 @@
const limit = $("dllimitUpdatevalue").value.toInt() * 1024;
if (hashes[0] === "global") {
new Request({
- url: "api/v2/transfer/setDownloadLimit",
+ url: "${BASE_PATH}api/v2/transfer/setDownloadLimit",
method: "post",
data: {
"limit": limit
@@ -49,7 +49,7 @@
}
else {
new Request({
- url: "api/v2/torrents/setDownloadLimit",
+ url: "${BASE_PATH}api/v2/torrents/setDownloadLimit",
method: "post",
data: {
"hashes": hashes.join("|"),
diff --git a/src/webui/www/private/editfeedurl.html b/src/webui/www/private/editfeedurl.html
index b0087e98091a..40cda77048ba 100644
--- a/src/webui/www/private/editfeedurl.html
+++ b/src/webui/www/private/editfeedurl.html
@@ -4,10 +4,10 @@
QBT_TR(Please type a RSS feed URL)QBT_TR[CONTEXT=RSSWidget]
-
-
-
-
+
+
+
+
-
+
+
+
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -55,84 +55,84 @@