aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/html.py
diff options
context:
space:
mode:
Diffstat (limited to 'becommands/html.py')
-rw-r--r--becommands/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/html.py b/becommands/html.py
index 8bc570d..4bf43f4 100644
--- a/becommands/html.py
+++ b/becommands/html.py
@@ -62,7 +62,7 @@ def execute(args, test=False):
bugs_inactive = []
for s in status_list:
st[s] = 0
- for b in bd:
+ for b in sorted(bd, reverse=True):
stime[b.uuid] = b.time
if b.status in ["open", "test", "unconfirmed", "assigned"]:
bugs_active.append(b)