summaryrefslogtreecommitdiff
path: root/sys/src/cmd/mothra/rdhtml.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-03-15 18:01:06 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2015-03-15 18:01:06 +0100
commit9b7c9787930fe88c2faaa92255bc8c364280cf6a (patch)
tree8844fd20729958dafc9e9e258481501e78ae0111 /sys/src/cmd/mothra/rdhtml.c
parent6411efcde8e9fea9c7a791a76578823bfe0942cb (diff)
mothra: <del>, <ins>, <wbr>
Diffstat (limited to 'sys/src/cmd/mothra/rdhtml.c')
-rw-r--r--sys/src/cmd/mothra/rdhtml.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/rdhtml.c b/sys/src/cmd/mothra/rdhtml.c
index aeee19429..5f53c8ecf 100644
--- a/sys/src/cmd/mothra/rdhtml.c
+++ b/sys/src/cmd/mothra/rdhtml.c
@@ -880,6 +880,7 @@ void plrdhtml(char *name, int fd, Www *dst){
break;
case Tag_s:
case Tag_strike:
+ case Tag_del:
g.state->strike=1;
break;
case Tag_blockquot:
@@ -899,6 +900,7 @@ void plrdhtml(char *name, int fd, Www *dst){
break;
case Tag_div:
case Tag_br:
+ case Tag_wbr:
g.spacc=0;
g.linebrk=1;
break;
@@ -944,6 +946,7 @@ void plrdhtml(char *name, int fd, Www *dst){
break;
case Tag_u:
htmlerror(g.name, g.lineno, "<u> deprecated");
+ case Tag_ins:
case Tag_em:
case Tag_i:
case Tag_var: