From 9c1277777315815ff64e4929d8e06ff5652f925c Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Tue, 8 Nov 2011 20:07:02 -0600 Subject: mothra: treat
as
instead of

--- sys/src/cmd/mothra/rdhtml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/src/cmd/mothra/rdhtml.c b/sys/src/cmd/mothra/rdhtml.c index 9000c4e15..cc5e8c43f 100644 --- a/sys/src/cmd/mothra/rdhtml.c +++ b/sys/src/cmd/mothra/rdhtml.c @@ -776,6 +776,7 @@ void plrdhtml(char *name, int fd, Www *dst){ g.state->indent=20; g.spacc=0; break; + case Tag_div: case Tag_br: g.spacc=0; g.linebrk=1; @@ -910,7 +911,6 @@ void plrdhtml(char *name, int fd, Www *dst){ break; } break; - case Tag_div: case Tag_p: pl_linespace(&g); g.linebrk=1; -- cgit v1.2.3