From a8b5b0b91895bae0dae7a90ecfdadc2705e7a601 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 27 Dec 2019 01:04:31 +1000 Subject: Make the web page look better, and the tables take up less space. --- apt-panopticommon.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apt-panopticommon.lua') diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 24e6d08..71e9a9c 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua @@ -487,7 +487,7 @@ APT.plurals = function(e, w, t) end if ("" ~= result) and APT.html then result = "" .. result .. "" end end - if "" ~= result then result = " (" .. result .. ")" end + if "" ~= result then result = " " .. result end return result end -- cgit v1.1