Skip to content

Commit f8c17b1

Browse files
committed
Minor bug fix in html output.
1 parent 8553d80 commit f8c17b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/seqcode/projects/chexmix/utilities/EventsPostAnalysis.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ public void execute(int histoWin){
513513
fout.write("\t\t<td>NA</td>\n");
514514
fout.write("\t\t</tr>\n");
515515

516-
}fout.write("\t</div>\n\t</table>\n");
516+
}fout.write("\t</table>\n\t</div>\n");
517517

518518
//Replicate consistency info
519519
fout.write("\t<h2>Replicate information</h2>\n" +

0 commit comments

Comments
 (0)