mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #2773 from therewasaguy/Table
fix tiny typo in Table writeHTML()
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