diff --git a/teachpack/htdc/Docs/draw.thtml b/teachpack/htdc/Docs/draw.thtml
index f4e0803f65..6137fde567 100644
--- a/teachpack/htdc/Docs/draw.thtml
+++ b/teachpack/htdc/Docs/draw.thtml
@@ -24,12 +24,12 @@ world. Here is its class diagram of public fields and methods:
| boolean clearLine(Posn,Posn,Color) |
+---------------------------------------+
- +----------+
- | Posn |
- +----------+
- | int x |
- | int y |
- +----------+
+ +----------+
+ | Posn |
+ +----------+
+ | int x |
+ | int y |
+ +----------+
+-------+
| Color |
diff --git a/teachpack/htdc/Docs/idraw.thtml b/teachpack/htdc/Docs/idraw.thtml
index 8e0582ac96..5e3e47f6fb 100644
--- a/teachpack/htdc/Docs/idraw.thtml
+++ b/teachpack/htdc/Docs/idraw.thtml
@@ -20,18 +20,18 @@ in a visual world. Here is its class diagram of public fields and methods:
| abstract void draw() | | void drawRect(Posn,int,int,Color) |
| abstract void erase() | | void drawLine(Posn,Posn,Color) |
+---------------------------------+ | void drawString(Posn,String) |
- | void clearCircle(Posn,int,Color) |
- | void clearDisk(Posn,int,Color) |
- | void clearRect(Posn,int,int,Color) |
- | void clearLine(Posn,Posn,Color) |
- +------------------------------------+
+ | void clearCircle(Posn,int,Color) |
+ | void clearDisk(Posn,int,Color) |
+ | void clearRect(Posn,int,int,Color) |
+ | void clearLine(Posn,Posn,Color) |
+ +------------------------------------+
- +----------+
- | Posn |
- +----------+
- | int x |
- | int y |
- +----------+
+ +----------+
+ | Posn |
+ +----------+
+ | int x |
+ | int y |
+ +----------+
+-------+
| Color |