From 7f6a38c15f9b381aa6c347751b83680bf4bcfe1c Mon Sep 17 00:00:00 2001 From: Pavel Tatarskiy Date: Sat, 30 Nov 2024 16:10:36 +0300 Subject: [PATCH] fix --- templates/views/action/download_file.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/views/action/download_file.html b/templates/views/action/download_file.html index 0126777..aa19b77 100644 --- a/templates/views/action/download_file.html +++ b/templates/views/action/download_file.html @@ -5,7 +5,7 @@ var wgetCmd = `wget -c -O "${file}" -t 20 "${url}"`; {{- if .Data.HasAds }} -
Your current download speed will be limited to {{ .Claims.Claims.Connection.Rate }}Mbps, donate to increase your speed and remove ads!
+
Your current download speed will be limited to {{ .Claims.Claims.Connection.Rate }}Mbps, donate to increase your speed and remove ads!
{{- end }}
{{- if .Data.HasAds }}