From 45fb395c2b29a2a0828253b25494368a5c69995d Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Sun, 2 Oct 2011 19:59:49 -0500 Subject: mothra: render

tag with no ident, offset with blank lines --- sys/src/cmd/mothra/rdhtml.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/src/cmd/mothra/rdhtml.c b/sys/src/cmd/mothra/rdhtml.c index c9d6422d3..e3b915262 100644 --- a/sys/src/cmd/mothra/rdhtml.c +++ b/sys/src/cmd/mothra/rdhtml.c @@ -864,7 +864,8 @@ void plrdhtml(char *name, int fd, Www *dst){ } break; case Tag_p: - g.para=1; + pl_linespace(&g); + g.linebrk=1; g.spacc=0; break; case Tag_listing: -- cgit v1.2.3