From ff5ea5c06779a2c7e9f004dc80b8d83e39efdf89 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 27 Jun 2013 16:37:02 +0200 Subject: [PATCH] Lose some
s --- experiments/spclient/mkws.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4