From 199eac416628583379ae5dafaa885c9d86ea85b9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 16 Aug 2018 09:36:37 +0200 Subject: [PATCH] luci-base: mark password template dummy field as hidden Mark the dummy input field as aria-hidden, should fix #2063. Signed-off-by: Jo-Philipp Wich (cherry picked from commit 98d4eb1695ae5723cd7bd785d18284e633e26cc8) --- modules/luci-base/luasrc/view/cbi/value.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-base/luasrc/view/cbi/value.htm b/modules/luci-base/luasrc/view/cbi/value.htm index 942ab72e7..24fb428e6 100644 --- a/modules/luci-base/luasrc/view/cbi/value.htm +++ b/modules/luci-base/luasrc/view/cbi/value.htm @@ -1,6 +1,6 @@ <%+cbi/valueheader%> <%- if self.password then -%> - /> <%- end -%> -- 2.25.1