diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/default/rec_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/default/rec_list.html b/template/default/rec_list.html index 5b7e8a7..eb657ca 100644 --- a/template/default/rec_list.html +++ b/template/default/rec_list.html @@ -89,7 +89,7 @@ <tr class="<?% IF loop.count() % 2 == 0 %?>row_even<?% ELSE %?>row_odd<?% END %?>"> <td class="col_date <?% IF rec.sortbydate %?>selected<?% END %?>"> <span class="date"><?% rec.date %?></span> - <?% IF rec.isfolder %?><span class="total"><?% gettext('Total') %?></span><?% END %?> + <?% IF rec.isfolder %?> <span class="total"><?% gettext('Total') %?></span><?% END %?> </td> <td class="col_time <?% IF rec.sortbytime %?>selected<?% END %?>"> <span class="time"><?% rec.time %?></span> |