luci-app-vpn-policy-routing: 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
a96e6e23f6
commit
4df365f8e5
2 changed files with 5 additions and 5 deletions
|
@ -187,7 +187,7 @@ ipv6:value("1", translate("Enabled"))
|
|||
|
||||
-- Advanced Options
|
||||
config:tab("advanced", translate("Advanced Configuration"),
|
||||
translatef("%sWARNING:%s Please make sure to check the %sREADME%s before changing anything in this section! Change any of the settings below with extreme caution!%s" , "<br/> <b>", "</b>", "<a href=\"" .. readmeURL .. "#service-configuration-settings" .. "\" target=\"_blank\">", "</a>", "<br/><br/>"))
|
||||
translatef("%sWARNING:%s Please make sure to check the %sREADME%s before changing anything in this section! Change any of the settings below with extreme caution!%s" , "<br/>    <b>", "</b>", "<a href=\"" .. readmeURL .. "#service-configuration-settings" .. "\" target=\"_blank\">", "</a>", "<br/><br/>"))
|
||||
|
||||
supportedIface = config:taboption("advanced", DynamicList, "supported_interface", translate("Supported Interfaces"), translate("Allows to specify the list of interface names (in lower case) to be explicitly supported by the service. Can be useful if your OpenVPN tunnels have dev option other than tun* or tap*."))
|
||||
supportedIface.optional = false
|
||||
|
|
|
@ -49,10 +49,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