diff --git a/src/templates/search_results.html b/src/templates/search_results.html
index 1cd8970..1b9e37f 100644
--- a/src/templates/search_results.html
+++ b/src/templates/search_results.html
@@ -17,7 +17,7 @@
The search term matches key image found in the following transaction
-
+
{{>tx_table_head}}
{{#key_images}}
{{>tx_table_row}}
@@ -34,7 +34,7 @@
The search term matches tx public key of the following transaction
-
+
{{>tx_table_head}}
{{#tx_public_keys}}
{{>tx_table_row}}
@@ -51,7 +51,7 @@
The search term matches payment id found in the following transaction(s)
-
+
{{>tx_table_head}}
{{#payments_id}}
{{>tx_table_row}}
@@ -66,7 +66,7 @@
The search term matches encrypted payment id found in the following transaction(s)
-
+
{{>tx_table_head}}
{{#encrypted_payments_id}}
{{>tx_table_row}}
@@ -83,7 +83,7 @@
The search term matches output public key found in the following transaction(s)
-
+
{{>tx_table_head}}
{{#output_public_keys}}
{{>tx_table_row}}