diff --git a/inquisitor/app.py b/inquisitor/app.py index 4bd5a07..40ff9d0 100644 --- a/inquisitor/app.py +++ b/inquisitor/app.py @@ -66,7 +66,8 @@ def root(): if total > 0: # Create the feed control item - link_table = [] + link_table = ["{0}{1}".format( + total, make_query_link("all", [], []))] for tag, count in sorted(active_tags.items()): links = [count] links.append(make_query_link(tag, [tag], []))