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