diff --git a/c/htmlparse.h b/c/htmlparse.h index 3868523..09853b5 100755 --- a/c/htmlparse.h +++ b/c/htmlparse.h @@ -86,7 +86,7 @@ void htmlparse(){ c = fileStr[i]; //use a rolling window of 100 bytes to detect elements, ignore control characters and spaces - if(c != 127 && c > 15){ + if(c != 127 && c > 15 && c !=32){ for(int j=0;j