Skip to content

Commit e9308a0

Browse files
committed
fix tiny typo in Table writeHTML()
just noticed a tiny typo in the writeHTML method of saveTable()
1 parent de45fc9 commit e9308a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/processing/data/Table.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ protected void writeHTML(PrintWriter writer) {
11081108
writer.println(" </table>");
11091109
writer.println("</body>");
11101110

1111-
writer.println("</hmtl>");
1111+
writer.println("</html>");
11121112
writer.flush();
11131113
}
11141114

0 commit comments

Comments
 (0)