diff --git a/templates/mod/search_results.html b/templates/mod/search_results.html
index 035773fb..aeaf57b0 100644
--- a/templates/mod/search_results.html
+++ b/templates/mod/search_results.html
@@ -189,7 +189,7 @@
{{ config.board_abbreviation|sprintf(post.board) }}
|
-
+ |
{% if post.thread %}
{% set thread = post.thread %}
{% else %}
@@ -217,7 +217,7 @@
hidden
{% endif %}
|
-
+ |
{% if post.email|length > 0 %}
{# start email #}
@@ -237,14 +237,14 @@
{% endif %}
|
-
+ |
{% if post.subject %}
{{ post.subject }}
{% else %}
–
{% endif %}
|
-
+ |
{% if post.file %}
{{ post.file }} ({{ post.filesize | filesize }})
{% else %}
|