From: Anton Kikin Date: Tue, 11 Dec 2018 23:05:59 +0000 (+0300) Subject: luci-base: fix UCI changelog markup mistake X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=43c7cb344c6a331d5e52d6869c036ac1afe81480;p=openwrt-luci.git luci-base: fix UCI changelog markup mistake Signed-off-by: Anton Kikin --- 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",