From d6cd0611d4c52e00dae9e96b6cdab4c44cb8d5fb Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Wed, 28 Feb 2024 19:53:18 +0330 Subject: Minor fixes (#1943) --- web/html/xui/form/protocol/http.html | 4 ++-- web/html/xui/form/protocol/socks.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'web/html/xui/form/protocol') diff --git a/web/html/xui/form/protocol/http.html b/web/html/xui/form/protocol/http.html index ed0c73b2..a14418a2 100644 --- a/web/html/xui/form/protocol/http.html +++ b/web/html/xui/form/protocol/http.html @@ -1,6 +1,6 @@ {{define "form/http"}} - +
@@ -18,4 +18,4 @@ -{{end}} \ No newline at end of file +{{end}} diff --git a/web/html/xui/form/protocol/socks.html b/web/html/xui/form/protocol/socks.html index ccaec0d7..105603e5 100644 --- a/web/html/xui/form/protocol/socks.html +++ b/web/html/xui/form/protocol/socks.html @@ -11,7 +11,7 @@ @change="checked => inbound.settings.auth = checked ? 'password' : 'noauth'">
{{ i18n "username" }} {{ i18n "password" }}