fix label keyerror

This commit is contained in:
Martijn Voncken 2008-08-30 22:06:49 +00:00
parent 1ef26beeea
commit 5d19e72ab4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ $if get('filter_cat') == "keyword":
<!--
$filter_items
-->
$for cat in ["state", "tracker_host", "label"]:
$for cat in filter_items.keys():
<div class="title">$cat</div>
<ul>
$for value, count in filter_items[cat]: