diff options
author | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-16 17:58:42 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2012-05-16 17:58:42 +0200 |
commit | a24626c51f894e0976d2eadbcb93cc337a50fafc (patch) | |
tree | a215ee44c7f5e2d088cc78447a5aeec77acf0648 /sys/src/cmd/mothra/rdhtml.c | |
parent | 4c16111e66763cf0b427082c4132b53e050d4ba2 (diff) |
mothra: </div> line breaks
Diffstat (limited to 'sys/src/cmd/mothra/rdhtml.c')
-rw-r--r-- | sys/src/cmd/mothra/rdhtml.c | 1 |
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: |