diff options
| -rw-r--r-- | apt-panopticommon.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apt-panopticommon.lua b/apt-panopticommon.lua index 7f4d8f1..2911178 100644 --- a/apt-panopticommon.lua +++ b/apt-panopticommon.lua | |||
| @@ -382,7 +382,6 @@ APT.plurals = function(e, w) | |||
| 382 | result = e .. " errors" | 382 | result = e .. " errors" |
| 383 | end | 383 | end |
| 384 | if ("" ~= result) and APT.html then result = "<font color='red'><b>" .. result .. "</b></font>" end | 384 | if ("" ~= result) and APT.html then result = "<font color='red'><b>" .. result .. "</b></font>" end |
| 385 | -- result = " " .. result | ||
| 386 | if 0 < w then | 385 | if 0 < w then |
| 387 | if 0 < e then result = result .. ", " end | 386 | if 0 < e then result = result .. ", " end |
| 388 | if 1 == w then | 387 | if 1 == w then |
| @@ -391,7 +390,6 @@ APT.plurals = function(e, w) | |||
| 391 | result = result .. w .. " warnings" | 390 | result = result .. w .. " warnings" |
| 392 | end | 391 | end |
| 393 | if ("" ~= result) and APT.html then result = "<font color='yellow'><b>" .. result .. "</b></font>" end | 392 | if ("" ~= result) and APT.html then result = "<font color='yellow'><b>" .. result .. "</b></font>" end |
| 394 | -- result = " " .. result | ||
| 395 | end | 393 | end |
| 396 | if "" ~= result then result = " (" .. result .. ")" end | 394 | if "" ~= result then result = " (" .. result .. ")" end |
| 397 | return result | 395 | return result |
