From c35479253c705e0d3d2ed37fa0cc1604ff0053e5 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 27 Jun 2013 16:32:10 +0200 Subject: [PATCH] class="facet", not "termlist", as that confuses with id="termlist" --- experiments/spclient/mkws.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/experiments/spclient/mkws.js b/experiments/spclient/mkws.js index fb40b8f..1347ed4 100644 --- a/experiments/spclient/mkws.js +++ b/experiments/spclient/mkws.js @@ -164,7 +164,7 @@ function my_onterm(data) { var termlists = []; termlists.push('
' + M('Termlists') + '
'); - termlists.push('
'); + termlists.push('
'); termlists.push('
' + M('Sources') + '
'); for (var i = 0; i < data.xtargets.length && i < SourceMax; i++ ) { termlists.push(''); - termlists.push('
'); + termlists.push(''); - termlists.push('
'); + termlists.push('
'); termlists.push('
' + M('Authors') + '
'); for (var i = 0; i < data.author.length && i < AuthorMax; i++ ) { termlists.push('' -- 1.7.10.4