Merge pull request #1623 from dibdot/adblock
authordibdot <dev@brenken.org>
Sat, 3 Feb 2018 10:27:36 +0000 (11:27 +0100)
committerGitHub <noreply@github.com>
Sat, 3 Feb 2018 10:27:36 +0000 (11:27 +0100)
luci-app-adblock: fix XHMTL Markup

applications/luci-app-adblock/luasrc/model/cbi/adblock/overview_tab.lua

index 67d593c..dc5ab62 100644 (file)
@@ -232,7 +232,7 @@ e6.default = e6.disabled
 e6.rmempty = true
 
 e7 = e:option(Value, "adb_maxqueue", translate("Max. Download Queue"),
-       translate("Size of the download queue to handle downloads & list processing in parallel (default '4').<br />")
+       translate("Size of the download queue to handle downloads &amp; list processing in parallel (default '4').<br />")
        .. translate("For further performance improvements you can raise this value, e.g. '8' or '16' should be safe."))
 e7.default = 4
 e7.datatype = "range(1,32)"