From: Jo-Philipp Wich Date: Thu, 16 Aug 2018 07:36:37 +0000 (+0200) Subject: luci-base: mark password template dummy field as hidden X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=98d4eb1695ae5723cd7bd785d18284e633e26cc8;p=oweals%2Fluci.git 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 --- 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 -%>