luci-mod-network: Remove spurious linefeed

Signed-off-by: Paul Donald <newtwen@gmail.com>
This commit is contained in:
Paul Donald 2023-12-08 02:50:35 +01:00
parent aa06da6aa6
commit ab95f8a618

View file

@ -955,8 +955,7 @@ return view.extend({
so = ss.option(form.DynamicList, 'match_tag', so = ss.option(form.DynamicList, 'match_tag',
_('Match Tag'), _('Match Tag'),
_('When a host matches an entry then the special tag %s is set. Use %s to match all known hosts.').format('<code>known</code>', _('When a host matches an entry then the special tag %s is set. Use %s to match all known hosts.').format('<code>known</code>', '<code>known</code>') + '<br /><br />' +
'<code>known</code>') + '<br /><br />' +
_('Ignore requests from unknown machines using %s.').format('<code>!known</code>') + '<br /><br />' + _('Ignore requests from unknown machines using %s.').format('<code>!known</code>') + '<br /><br />' +
_('If a host matches an entry which cannot be used because it specifies an address on a different subnet, the tag %s is set.').format('<code>known-othernet</code>')); _('If a host matches an entry which cannot be used because it specifies an address on a different subnet, the tag %s is set.').format('<code>known-othernet</code>'));
so.value('known', _('known')); so.value('known', _('known'));