diff options
Diffstat (limited to 'src/jwebmail/templates')
-rw-r--r-- | src/jwebmail/templates/_main_table.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jwebmail/templates/_main_table.html b/src/jwebmail/templates/_main_table.html index b331087..29e8eee 100644 --- a/src/jwebmail/templates/_main_table.html +++ b/src/jwebmail/templates/_main_table.html @@ -2,7 +2,7 @@ {% for msg in msgs %} - <tag class="media {{ jwm-new-mail if msg.unread else '' }}" id="{{ msg.message_handle }}"> + <tag class="media {{ 'jwm-new-mail' if msg.unread else '' }}" id="{{ msg.message_handle }}"> <div class="media-left is-hidden-mobile"> {{ loop.index + (pgn.page - 1) * pgn.per_page }} </div> |