From b89dbc46d0a04ea07a0b57e3360b5837a6d8cd4d Mon Sep 17 00:00:00 2001 From: Jason Sigal Date: Sun, 10 Aug 2014 22:13:00 -0400 Subject: [PATCH] fix tiny typo in Table writeHTML() just noticed a tiny typo in the writeHTML method of saveTable() --- core/src/processing/data/Table.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/data/Table.java b/core/src/processing/data/Table.java index 93ba62fc4..251496cd8 100644 --- a/core/src/processing/data/Table.java +++ b/core/src/processing/data/Table.java @@ -1108,7 +1108,7 @@ public class Table { writer.println(" "); writer.println(""); - writer.println(""); + writer.println(""); writer.flush(); }