diff options
| -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: |
