diff --git a/apps/static/js/home/content.js b/apps/static/js/home/content.js
index 481a714..cff0159 100644
--- a/apps/static/js/home/content.js
+++ b/apps/static/js/home/content.js
@@ -34,7 +34,7 @@ function initContentTable() {
title: "Name",
data: "title",
render: function(data, type, row) {
- return `${data}`
+ return `${data}`
}
},
{