diff --git a/index.html b/index.html
index c83ce2a..525ed3c 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,7 @@
@@ -1959,7 +1959,7 @@ W, H = 15, 7
offset = P(curses.COLS//2 - W//2, curses.LINES//2 - H//2)
while True:
screen.erase()
- curses.textpad.rectangle(screen, offset.y-1, offset.x-1, offset.y+H, offset.x+W)
+ curses.textpad.rectangle(screen, offset.y-1, offset.x-1, offset.y+H, offset.x+W)
for id_, p in state.items():
screen.addstr(offset.y + (p.y - state['*'].y + H//2) % H,
offset.x + (p.x - state['*'].x + W//2) % W, str(id_))
@@ -2935,7 +2935,7 @@ $ deactivate