diff --git a/modules/admin-full/luasrc/view/admin_system/packages.htm b/modules/admin-full/luasrc/view/admin_system/packages.htm index d28b60ccae..2794fd824d 100644 --- a/modules/admin-full/luasrc/view/admin_system/packages.htm +++ b/modules/admin-full/luasrc/view/admin_system/packages.htm @@ -60,7 +60,7 @@ end - +
<%:a_s_packages_name%> | @@ -77,23 +77,23 @@ end<%:delete%> | <%:descr%> | |||||
---|---|---|---|---|---|---|---|
<%=pkg.Package%> | -<%=pkg.Version%> | +<%=luci.util.pcdata(pkg.Package)%> | +<%=luci.util.pcdata(pkg.Version)%> | <% if not pkg.Status or not pkg.Status.installed then %><% else %><%:installed%><% end %> | <% if pkg.Status and pkg.Status.installed then %><% else %><%:notinstalled%><% end %> | -<%=pkg.Description%> | +<%=luci.util.pcdata(pkg.Description)%> |