summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-05-16 17:58:42 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-05-16 17:58:42 +0200
commita24626c51f894e0976d2eadbcb93cc337a50fafc (patch)
treea215ee44c7f5e2d088cc78447a5aeec77acf0648
parent4c16111e66763cf0b427082c4132b53e050d4ba2 (diff)
mothra: </div> line breaks
-rw-r--r--sys/src/cmd/mothra/rdhtml.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/rdhtml.c b/sys/src/cmd/mothra/rdhtml.c
index 5e99e4033..b7599a5d1 100644
--- a/sys/src/cmd/mothra/rdhtml.c
+++ b/sys/src/cmd/mothra/rdhtml.c
@@ -1037,6 +1037,7 @@ void plrdhtml(char *name, int fd, Www *dst){
case Tag_h4:
pl_linespace(&g);
break;
+ case Tag_div:
case Tag_address:
case Tag_blockquot:
case Tag_body: