Mentions légales du service

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

- reversed the dotted attribute in HTML

parent a008f4eb
No related branches found
No related tags found
No related merge requests found
......@@ -497,9 +497,9 @@ public class GenPlot {
output.print( m );
color += colortable[i%28];
if ( !listEvaluators.get(i).isValid() ) {
style += "2";
} else {
style += "2,6,3";
} else {
style += "2";
}
i++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment