From 43c7cb344c6a331d5e52d6869c036ac1afe81480 Mon Sep 17 00:00:00 2001 From: Anton Kikin Date: Wed, 12 Dec 2018 02:05:59 +0300 Subject: [PATCH] luci-base: fix UCI changelog markup mistake Signed-off-by: Anton Kikin --- modules/luci-base/luasrc/view/admin_uci/changelog.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-base/luasrc/view/admin_uci/changelog.htm b/modules/luci-base/luasrc/view/admin_uci/changelog.htm index 8a162c88b6..9d6267cf31 100644 --- a/modules/luci-base/luasrc/view/admin_uci/changelog.htm +++ b/modules/luci-base/luasrc/view/admin_uci/changelog.htm @@ -19,7 +19,7 @@ local util = luci.util local tpl = { ["add-3"] = "uci add %0 %3 # =%2", - ["set-3"] = "uci set %0.%2=%3", + ["set-3"] = "uci set %0.%2=%3", ["set-4"] = "uci set %0.%2.%3=%4", ["remove-2"] = "uci del %0.%2", ["remove-3"] = "uci del %0.%2.%3", -- 2.30.2