aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apt-panopticommon.lua')
-rw-r--r--apt-panopticommon.lua2
1 files changed, 1 insertions, 1 deletions
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)
487 end 487 end
488 if ("" ~= result) and APT.html then result = "<font color='blue'><b>" .. result .. "</b></font>" end 488 if ("" ~= result) and APT.html then result = "<font color='blue'><b>" .. result .. "</b></font>" end
489 end 489 end
490 if "" ~= result then result = " (" .. result .. ")" end 490 if "" ~= result then result = " " .. result end
491 return result 491 return result
492end 492end
493 493