Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9ac56113 authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

- fixed a small table formatting error

parent ed9e0293
No related branches found
No related tags found
No related merge requests found
......@@ -314,7 +314,7 @@ public class ExtGroupEval {
writer.println("<thead valign='top'><tr><th>algo</th>");
// for each algo <td spancol='2'>name</td>
for ( String m : listAlgo ) {
writer.println("<th colspan='"+((2*fsize)+1)+"'>"+m+"</th>");
writer.println("<th colspan='"+((2*fsize))+"'>"+m+"</th>");
}
writer.println("</tr></thead><tbody><tr><td>test</td>");
// for each algo <td>Prec.</td><td>Rec.</td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment