diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-11-08 19:42:24 -0600 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-11-08 19:42:24 -0600 |
commit | e6935a3c4bfa6a2bfc318a41549fd3d1426aa6c4 (patch) | |
tree | d1cafd2e67e5b8bd040107ce977e97840ba4d592 /sys/src/cmd/mothra/html.h | |
parent | 03324ced4ffc9c8935cea37666be6372f1dbfe92 (diff) |
mothra: treat <div> as <p>
Diffstat (limited to 'sys/src/cmd/mothra/html.h')
-rw-r--r-- | sys/src/cmd/mothra/html.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/html.h b/sys/src/cmd/mothra/html.h index 61bc963a3..eb759244b 100644 --- a/sys/src/cmd/mothra/html.h +++ b/sys/src/cmd/mothra/html.h @@ -136,6 +136,7 @@ enum{ Tag_cite, Tag_code, Tag_dd, + Tag_div, Tag_dfn, Tag_dir, Tag_dl, |