diff options
author | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-03-18 15:02:23 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@rei2.9hal> | 2012-03-18 15:02:23 +0100 |
commit | 129408103cd32e005de07956f5471fbf6404341e (patch) | |
tree | b359bf08f92a6224cb03e3d3716b2e0389a83027 /sys/src/cmd/mothra/html.h | |
parent | 847d238ca202a84523c057fb929f690447b728ed (diff) |
mothra: interpret table regardless of nesting
Diffstat (limited to 'sys/src/cmd/mothra/html.h')
-rw-r--r-- | sys/src/cmd/mothra/html.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/mothra/html.h b/sys/src/cmd/mothra/html.h index eb759244b..7654845a3 100644 --- a/sys/src/cmd/mothra/html.h +++ b/sys/src/cmd/mothra/html.h @@ -35,7 +35,6 @@ struct Stack{ int ismap; /* flag of <img> */ int width; /* size of image */ int height; - int table; /* depth of table nesting */ char image[NNAME]; /* arg of <img> */ char link[NNAME]; /* arg of <a href=...> */ char name[NNAME]; /* arg of <a name=...> */ |