From: Anton Kikin Date: Tue, 11 Dec 2018 23:05:59 +0000 (+0300) Subject: luci-base: fix UCI changelog markup mistake X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F2369%2Fhead;p=oweals%2Fluci.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 8a162c88b..9d6267cf3 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",