mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
fix tiny typo in Table writeHTML()
just noticed a tiny typo in the writeHTML method of saveTable()
This commit is contained in:
@@ -1108,7 +1108,7 @@ public class Table {
|
||||
writer.println(" </table>");
|
||||
writer.println("</body>");
|
||||
|
||||
writer.println("</hmtl>");
|
||||
writer.println("</html>");
|
||||
writer.flush();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user