diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/default/admin/flagged.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/flagged.html b/templates/web/default/admin/flagged.html index adbcfdeaa..941b37598 100644 --- a/templates/web/default/admin/flagged.html +++ b/templates/web/default/admin/flagged.html @@ -29,7 +29,7 @@ [% END %] <h2>[% loc( 'Users' ) %]</h2> -[% IF users%] +[% IF users.count > 0 %] <table cellspacing="0" cellpadding="2" border="1"> <tr> <th>[% loc('Name') %]</th> |