diff -r 71280f22c7d5 -r a79eab457107 src/gtkhtml.c
--- a/src/gtkhtml.c Sat Oct 07 06:00:22 2000 +0000
+++ b/src/gtkhtml.c Sat Oct 07 06:03:04 2000 +0000
@@ -2073,7 +2073,7 @@
/* we use a 2-pixel window border */
if (hb->x < 2)
hb->x = 2;
- g_print("text = %s *** top = %d, bottom = %d, newline = %d\n", hb->text, hb->y - html->yoffset - hei - 6, hei + hei + 2, hb->newline);
+
gdk_draw_rectangle(html->html_area, gc, TRUE /* filled */,
hb->x, hb->y - html->yoffset - hei - 6,
hwidth - shift - hb->x + 1, hei + hei + 2);