summaryrefslogtreecommitdiff
path: root/content/handlers/html
diff options
context:
space:
mode:
Diffstat (limited to 'content/handlers/html')
-rw-r--r--content/handlers/html/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/html/html.c b/content/handlers/html/html.c
index c49697b50..631045a1e 100644
--- a/content/handlers/html/html.c
+++ b/content/handlers/html/html.c
@@ -2680,6 +2680,7 @@ html_saw_insecure_objects(struct content *c)
if (content_saw_insecure_objects(obj->content))
return true;
}
+ obj = obj->next;
}
/* Now check the script list */