luci-app-nextdns: fix invalid XHTML
authorJo-Philipp Wich <jo@mein.io>
Wed, 16 Sep 2020 08:27:13 +0000 (10:27 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 16 Sep 2020 08:27:13 +0000 (10:27 +0200)
Fixes: #4423
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-nextdns/htdocs/luci-static/resources/view/nextdns/overview.js

index 4899fda97b9549d5e7cb1b57804120c70872ea8c..e063ae3a4cede564fb019383f3efbc1e987545ed 100644 (file)
@@ -8,7 +8,7 @@ return view.extend({
                
                m = new form.Map('nextdns', _('NextDNS'),
                        _('NextDNS Configuration.')
-                       + '<br>'
+                       + '<br />'
                        + _('For further information, go to \
                                <a href="https://nextdns.io" target="_blank">nextdns.io</a>.'));
 
@@ -22,7 +22,7 @@ return view.extend({
 
                s.option(form.Value, 'config', _('Configuration ID'),
                        _('The ID of your NextDNS configuration.')
-                       + '<br>'
+                       + '<br />'
                        + _('Go to nextdns.io to create a configuration.'));
 
                o = s.option(form.Flag, 'report_client_info', _('Report Client Info'),
@@ -32,7 +32,7 @@ return view.extend({
 
                o = s.option(form.Flag, 'hardened_privacy', _('Hardened Privacy'),
                        _('When enabled, use DNS servers located in jurisdictions with strong privacy laws.')
-                       + '<br>'
+                       + '<br />'
                        + _('Available locations are: Switzerland, Iceland, Finland, Panama and Hong Kong.'));
                o.rmempty = false;