summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/html.syntax.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-09-08 19:23:23 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-09-08 19:23:23 +0200
commitd79754b4c8f2d23a4f27d9a889efd896bcbc8a2f (patch)
tree3d2ef83fc0a25d614c6dc6d74201c813f6e141a2 /sys/src/cmd/mothra/html.syntax.c
parentb143c1f41190c9f8a6750f45b450533648afe460 (diff)
mothra: make text inside <td> bold
Diffstat (limited to 'sys/src/cmd/mothra/html.syntax.c')
-rw-r--r--sys/src/cmd/mothra/html.syntax.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/html.syntax.c b/sys/src/cmd/mothra/html.syntax.c
index c9065bc55..1cb3f3eb9 100644
--- a/sys/src/cmd/mothra/html.syntax.c
+++ b/sys/src/cmd/mothra/html.syntax.c
@@ -78,6 +78,7 @@ Tag tag[]={
[Tag_source] "source", NOEND,
[Tag_table] "table", END,
[Tag_td] "td", END,
+[Tag_th] "th", END,
[Tag_textarea] "textarea", END,
[Tag_title] "title", END,
[Tag_tr] "tr", END,