From a40e920c91289ffc5e5aa0c8cd2d9c49963c5a27 Mon Sep 17 00:00:00 2001 From: wlx Date: Sat, 3 Dec 2011 05:50:10 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3google=20scholar=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E7=BB=93=E6=9E=9C=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/views/scripts/heihe/view.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'] +'

    ';