From d79754b4c8f2d23a4f27d9a889efd896bcbc8a2f Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Tue, 8 Sep 2015 19:23:23 +0200 Subject: mothra: make text inside bold --- sys/src/cmd/mothra/html.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/src/cmd/mothra/html.h') 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, -- cgit v1.2.3