luci-app-unbound: Colons removed from input headers

Most OpenWrt applications do not have a colon in input headers.
This has been explained in #1566 as well.
This commit removes the said colons.

Signed-off-by: Ameer Dawood <ameer1234567890@gmail.com>
This commit is contained in:
Ameer Dawood 2018-08-19 13:42:49 +05:00
parent 6fa1267553
commit 71581c80b1
No known key found for this signature in database
GPG key ID: 4E0F1F36BEA98D53

View file

@ -250,7 +250,7 @@ if (valman == "0") then
qrs:depends("query_minimize", true)
eds = s1:taboption("resource", Value, "edns_size",
translate("EDNS Size:"),
translate("EDNS Size"),
translate("Limit extended DNS packet size"))
eds.datatype = "and(uinteger,min(512),max(4096))"
eds.placeholder = "1280"