diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-10-08 19:42:23 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-10-08 19:53:09 +0200 |
commit | ef60e9ecb9c10f339d0d1ee899db3a3b7717766b (patch) | |
tree | e94db8846ca2c358ca38bea23e95225d8aba7520 | |
parent | 12cdacdb3f2800c0586feffef6b470a792dd9da2 (diff) |
luci-app-https-dns-proxy: fix markup which is not valid XHTML
XHTML does not specify ` `, use ` ` instead.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r-- | applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm index 9cfd25e50e..f10042a460 100644 --- a/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm +++ b/applications/luci-app-https-dns-proxy/luasrc/view/https-dns-proxy/buttons.htm @@ -47,10 +47,10 @@ <input type="button" class="btn cbi-button cbi-button-reset" id="btn_stop" name="stop" value="<%:Stop%>" onclick="button_action(this)" /> <span id="btn_stop_spinner" class="btn_spinner"></span> - - - - +   +   +   +   <input type="button" class="btn cbi-button cbi-button-apply" id="btn_enable" name="enable" value="<%:Enable%>" onclick="button_action(this)" /> <span id="btn_enable_spinner" class="btn_spinner"></span> |