Showing
1 changed file
with
1 additions
and
1 deletions
@@ -647,7 +647,7 @@ define('yohood', function(require, exports) { | @@ -647,7 +647,7 @@ define('yohood', function(require, exports) { | ||
647 | '<h2 {titleStyle}>' + | 647 | '<h2 {titleStyle}>' + |
648 | '<a href="' + url + '" title="' + title + '" target="_blank">' + topic + '</a>' + | 648 | '<a href="' + url + '" title="' + title + '" target="_blank">' + topic + '</a>' + |
649 | '</h2>' + | 649 | '</h2>' + |
650 | - '+create_time+'+ | 650 | + '+ create_time +'+ |
651 | '</div>' + | 651 | '</div>' + |
652 | '</div>'; | 652 | '</div>'; |
653 | if (isVideo == 2) //侧边视频 | 653 | if (isVideo == 2) //侧边视频 |
-
Please register or login to post a comment