diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-09-08 19:23:23 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-09-08 19:23:23 +0200 |
commit | d79754b4c8f2d23a4f27d9a889efd896bcbc8a2f (patch) | |
tree | 3d2ef83fc0a25d614c6dc6d74201c813f6e141a2 /sys/src/cmd/mothra/html.h | |
parent | b143c1f41190c9f8a6750f45b450533648afe460 (diff) |
mothra: make text inside <td> bold
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 dfb442c08..d15b0604c 100644 --- a/sys/src/cmd/mothra/html.h +++ b/sys/src/cmd/mothra/html.h @@ -201,6 +201,7 @@ enum{ Tag_source, Tag_table, /* rm 3.8.00 */ Tag_td, + Tag_th, Tag_textarea, Tag_title, Tag_tr, |