diff --git a/app/safari/js/index.js b/app/safari/js/index.js
index 6bc90c0..7b38b0e 100644
--- a/app/safari/js/index.js
+++ b/app/safari/js/index.js
@@ -24,7 +24,7 @@ var helangSearch = {
this.els.hotList.html(function() {
var str = '';
$.each(_this.hot.list, function(index, item) {
- str += '' + '' + (index + 1) + '
' + '' + item + '
' + '';
+ str += '' + '' + (index + 1) + '
' + '' + item + '
' + '';
});
return str;
});