Closed Zen4All closed 5 years ago
Finally found a way to see the issue. Downloaded a copy of the zip file, opened it in wordpad and before the if statement found this: Â Â Â Â Â. Unusual, but somehow that character got introduced into the code. My guess is that it has/had something to do with a copy and paste at some point. I can't see the characters via GitHub in just review of the code.
I'm going to accept this commit based on the report that it resolved the issue and I don't see any change of concern in the code itself.
Also a good/easy way to find those kind of characters is to use notepad++ and set view Non printable characters to true. In my case netbeans told me exactly which line of code to look for
Keep up the good work :thumbsup:
There were som strange symbols instead of spaces, giving an error on my system.
This change is