diff --git a/erpnext/templates/includes/issue_row.html b/erpnext/templates/includes/issue_row.html
index c0b0d2b98c..eb5c0a4cc3 100644
--- a/erpnext/templates/includes/issue_row.html
+++ b/erpnext/templates/includes/issue_row.html
@@ -5,9 +5,9 @@
{{ doc.name }}
-
+
{{ doc.subject }}
-
+
{{ frappe.format_date(doc.modified) }}
diff --git a/erpnext/templates/includes/transaction_row.html b/erpnext/templates/includes/transaction_row.html
index 0e47f7d399..6c58b519fc 100644
--- a/erpnext/templates/includes/transaction_row.html
+++ b/erpnext/templates/includes/transaction_row.html
@@ -10,7 +10,7 @@
-
+
{{ doc.items_preview }}