41f2f92517eff6f5b8477bdd90bfe33799eeedd0 kent Mon Oct 31 12:28:42 2016 -0700 Adding DIV SCRIPT and SVG to tags checked for nesting. diff --git src/lib/htmlPage.c src/lib/htmlPage.c index c7bb61c..932f2f8 100644 --- src/lib/htmlPage.c +++ src/lib/htmlPage.c @@ -1648,37 +1648,37 @@ struct htmlTag *startTag, struct htmlTag *endTag, char *nesters[], int nesterCount) /* Validate many tags that do need to nest. */ { int i; for (i=0; i) * up to and including and check some things. */ { struct htmlTag *tag, *endTag = NULL; /* First search for end tag. */ for (tag = startTag; tag != NULL; tag = tag->next) { if (sameWord(tag->name, "/BODY")) { endTag = tag; break;