From e33a36715816d50330b2dab5b7ba20affab29583 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 5 Nov 2018 16:34:10 +0100 Subject: [PATCH] luci-base: add ARIA label to reveal/hide password button Fixes #2070. Signed-off-by: Jo-Philipp Wich --- 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 8eec86534..79a358b30 100644 --- a/modules/luci-base/luasrc/view/cbi/value.htm +++ b/modules/luci-base/luasrc/view/cbi/value.htm @@ -21,6 +21,6 @@ ifattr(#self.keylist > 0, "data-choices", { self.keylist, self.vallist }) %> /> <%- if self.password then -%> -
∗
+ <% end %> <%+cbi/valuefooter%> -- 2.25.1