From: Mike Taylor Date: Thu, 27 Jun 2013 14:37:02 +0000 (+0200) Subject: Lose some
s X-Git-Tag: 0.9.1~433 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=ff5ea5c06779a2c7e9f004dc80b8d83e39efdf89 Lose some
s --- diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index 1347ed4..480c688 100644 --- a/experiments/spclient/mkws.js +++ b/experiments/spclient/mkws.js @@ -174,7 +174,7 @@ function my_onterm(data) { termlists.push(''); termlists.push('
'); - termlists.push('
' + M('Subjects') + '
'); + termlists.push('
' + M('Subjects') + '
'); for (var i = 0; i < data.subject.length && i < SubjectMax; i++ ) { termlists.push('' + data.subject[i].name + ' (' + data.subject[i].freq + ')
'); @@ -182,7 +182,7 @@ function my_onterm(data) { termlists.push('
'); termlists.push('
'); - termlists.push('
' + M('Authors') + '
'); + termlists.push('
' + M('Authors') + '
'); for (var i = 0; i < data.author.length && i < AuthorMax; i++ ) { termlists.push('' + data.author[i].name