Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet-ter-m1-wic-openwrt
luci
Commits
233cacd9
Commit
233cacd9
authored
Sep 16, 2020
by
Jo-Philipp Wich
Browse files
luci-app-nextdns: fix invalid XHTML
Fixes: #4423 Signed-off-by:
Jo-Philipp Wich
<
jo@mein.io
>
parent
bdcd0949
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js
View file @
233cacd9
...
@@ -8,7 +8,7 @@ return view.extend({
...
@@ -8,7 +8,7 @@ return view.extend({
m
=
new
form
.
Map
(
'
nextdns
'
,
_
(
'
NextDNS
'
),
m
=
new
form
.
Map
(
'
nextdns
'
,
_
(
'
NextDNS
'
),
_
(
'
NextDNS Configuration.
'
)
_
(
'
NextDNS Configuration.
'
)
+
'
<br>
'
+
'
<br
/
>
'
+
_
(
'
For further information, go to
\
+
_
(
'
For further information, go to
\
<a href="https://nextdns.io" target="_blank">nextdns.io</a>.
'
));
<a href="https://nextdns.io" target="_blank">nextdns.io</a>.
'
));
...
@@ -22,7 +22,7 @@ return view.extend({
...
@@ -22,7 +22,7 @@ return view.extend({
s
.
option
(
form
.
Value
,
'
config
'
,
_
(
'
Configuration ID
'
),
s
.
option
(
form
.
Value
,
'
config
'
,
_
(
'
Configuration ID
'
),
_
(
'
The ID of your NextDNS configuration.
'
)
_
(
'
The ID of your NextDNS configuration.
'
)
+
'
<br>
'
+
'
<br
/
>
'
+
_
(
'
Go to nextdns.io to create a configuration.
'
));
+
_
(
'
Go to nextdns.io to create a configuration.
'
));
o
=
s
.
option
(
form
.
Flag
,
'
report_client_info
'
,
_
(
'
Report Client Info
'
),
o
=
s
.
option
(
form
.
Flag
,
'
report_client_info
'
,
_
(
'
Report Client Info
'
),
...
@@ -32,7 +32,7 @@ return view.extend({
...
@@ -32,7 +32,7 @@ return view.extend({
o
=
s
.
option
(
form
.
Flag
,
'
hardened_privacy
'
,
_
(
'
Hardened Privacy
'
),
o
=
s
.
option
(
form
.
Flag
,
'
hardened_privacy
'
,
_
(
'
Hardened Privacy
'
),
_
(
'
When enabled, use DNS servers located in jurisdictions with strong privacy laws.
'
)
_
(
'
When enabled, use DNS servers located in jurisdictions with strong privacy laws.
'
)
+
'
<br>
'
+
'
<br
/
>
'
+
_
(
'
Available locations are: Switzerland, Iceland, Finland, Panama and Hong Kong.
'
));
+
_
(
'
Available locations are: Switzerland, Iceland, Finland, Panama and Hong Kong.
'
));
o
.
rmempty
=
false
;
o
.
rmempty
=
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment