PDA

View Full Version : stray /302, /204


Duane
2005.05.01, 07:42 PM
I get ~540 errors with this, and I know this is because I copied it from a webpage. How does one remove them without retyping thousands of lines?

OneSadCookie
2005.05.01, 07:58 PM
It's in the whitespace... often you can do it by selecting a character of offending whitespace, pushing command-E to put it into the "find" dialog, then doing a replace all with a single space.

Failing that, it might be perl time :)

Duane
2005.05.01, 08:09 PM
I figured out the whitespace thing, thanks to emacs, and it worked perfectly! Thank you!