fix tiny typo in Table writeHTML()

just noticed a tiny typo in the writeHTML method of saveTable()
This commit is contained in:
Jason Sigal
2014-08-10 22:13:00 -04:00
parent 1106b043d0
commit b89dbc46d0

View File

@@ -1108,7 +1108,7 @@ public class Table {
writer.println(" </table>");
writer.println("</body>");
writer.println("</hmtl>");
writer.println("</html>");
writer.flush();
}