summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/src/cmd/mothra/rdhtml.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/src/cmd/mothra/rdhtml.c b/sys/src/cmd/mothra/rdhtml.c
index d415aacbe..bbb3f7103 100644
--- a/sys/src/cmd/mothra/rdhtml.c
+++ b/sys/src/cmd/mothra/rdhtml.c
@@ -682,6 +682,10 @@ void plrdplain(char *name, int fd, Www *dst){
g.state->margin=0;
g.state->indent=20;
g.state->ismap=0;
+ g.state->isscript=0;
+ g.state->strike=0;
+ g.state->width=0;
+ g.state->height=0;
g.dst=dst;
g.hfd=fd;
g.name=name;