luci-app-simple-adblock: fix markup which is not valid XHTML
XHTML does not specify ` `, use ` ` instead. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
40d449c1d8
commit
a96e6e23f6
1 changed files with 4 additions and 4 deletions
|
@ -58,10 +58,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>
|
||||
|
|
Loading…
Reference in a new issue