Merge pull request #2773 from therewasaguy/Table

fix tiny typo in Table writeHTML()
This commit is contained in:
Daniel Shiffman
2014-08-11 09:09:35 -04:00
+1 -1
View File
@@ -1108,7 +1108,7 @@ public class Table {
writer.println(" </table>");
writer.println("</body>");
writer.println("</hmtl>");
writer.println("</html>");
writer.flush();
}