Merge pull request #1128 from dibdot/app-adblock
authorHannu Nyman <hannu.nyman@iki.fi>
Thu, 27 Apr 2017 07:16:57 +0000 (10:16 +0300)
committerGitHub <noreply@github.com>
Thu, 27 Apr 2017 07:16:57 +0000 (10:16 +0300)
luci-app-adblock: fix markup

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

index 46eeeb3..d2740f4 100644 (file)
@@ -149,7 +149,7 @@ e1.default = e1.disabled
 e1.rmempty = false
 
 e2 = e:option(Flag, "adb_forcesrt", translate("Force Overall Sort"),
-       translate("Enable memory intense overall sort / duplicate removal on low memory devices (< 64 MB RAM)"))
+       translate("Enable memory intense overall sort / duplicate removal on low memory devices (&lt; 64 MB RAM)"))
 e2.default = e2.disabled
 e2.rmempty = false