w2v-server: fix table of simiilars
diff --git a/templates/index.html.ep b/templates/index.html.ep
index 6b5c4b8..33579fd 100644
--- a/templates/index.html.ep
+++ b/templates/index.html.ep
@@ -674,11 +674,11 @@
<div id="tabs-1">
% if($lists && (@$lists) > 0 && (@$lists)[0]) {
<div id="wrapper">
- <div id="first" style="width:220px">
+ <div id="first" style="width: 320px">
<table class="display compact nowrap" id="firsttable">
<thead>
<tr>
- <th align="right">#</th><th align="right">cos</th><th align="left">paradigmatic</th>
+ <th align="right">#</th><th align="right">cos</th><th align="left">similars</th>
</tr>
</thead>
<tbody>
@@ -721,7 +721,7 @@
<td colspan="2"/>
% }
</tr>
- % last if($i >= 100);
+ % last if($i >= $no_nbs);
% }
% }
</tbody>