From 6c4341ee012b1c946f63a39d5b9a4e5b0abc1f75 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 22 Oct 2015 12:20:09 +0200 Subject: [PATCH] luci-mod-admin-full: fix invalid markup in packages.htm (#518) Signed-off-by: Jo-Philipp Wich --- modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm b/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm index fbb8235ec..1bc9caced 100644 --- a/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm +++ b/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm @@ -141,7 +141,7 @@ end - <%:Remove%> + <%:Remove%> <%=luci.util.pcdata(n)%> @@ -183,7 +183,7 @@ end - <%:Install%> + <%:Install%> <%=luci.util.pcdata(n)%> -- 2.11.0