diff --git a/application/default/views/scripts/heihe/view.phtml b/application/default/views/scripts/heihe/view.phtml index 0e2a5ce8..9411d92e 100755 --- a/application/default/views/scripts/heihe/view.phtml +++ b/application/default/views/scripts/heihe/view.phtml @@ -243,9 +243,9 @@ endforeach;
@@ -480,7 +480,7 @@ function scholarSearch(keyword){ items.push('
  • ' + obj.error + '
  • '); }else{ $.each(obj.result, function(key, val) { - var html = '

    '+val['title']+'

    ' + var html = val['title'] +'

    ' +val['content'] +'

    ';