diff options
-rw-r--r-- | app/templates/macros/threads.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/macros/threads.html b/app/templates/macros/threads.html index eeb28cc..5c3421a 100644 --- a/app/templates/macros/threads.html +++ b/app/templates/macros/threads.html @@ -101,6 +101,6 @@ {% endif %} </a> {% else %} - <p>{% if list_group %}class="list-group-item"{% endif %}><i>No threads found</i></p> + <p class="list-group-item"><i>No threads found</i></p> {% endfor %} {% endmacro %} |