aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticommon.lua
diff options
context:
space:
mode:
authoronefang2019-12-27 01:04:31 +1000
committeronefang2019-12-27 01:04:31 +1000
commita8b5b0b91895bae0dae7a90ecfdadc2705e7a601 (patch)
tree7d1f837ffcaa53bb60d7aae3187c2724c01ee95f /apt-panopticommon.lua
parentExplain the time notation for Updated. (diff)
downloadapt-panopticon-a8b5b0b91895bae0dae7a90ecfdadc2705e7a601.zip
apt-panopticon-a8b5b0b91895bae0dae7a90ecfdadc2705e7a601.tar.gz
apt-panopticon-a8b5b0b91895bae0dae7a90ecfdadc2705e7a601.tar.bz2
apt-panopticon-a8b5b0b91895bae0dae7a90ecfdadc2705e7a601.tar.xz
Make the web page look better, and the tables take up less space.
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