summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/mothra/rdhtml.c3
1 files changed, 2 insertions, 1 deletions
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: