Formatting bug in code block..?
-
The text coloration on my last "tip" Zip archiving files after a cutoff date, but preserving directory structure[^] is making the code mostly "purple". Also, in IE this is causing the page to switch to Compatibility mode. I believe it is because I have two backslashes in double-quotes, and that is throwing it off somehow.
-
The text coloration on my last "tip" Zip archiving files after a cutoff date, but preserving directory structure[^] is making the code mostly "purple". Also, in IE this is causing the page to switch to Compatibility mode. I believe it is because I have two backslashes in double-quotes, and that is throwing it off somehow.
Update: The pattern double-quote, backslash, backslash, double-quote was causing it. (I'm writing it out because I don't know if it will do something similar here.) I changed it to: @"\" which is the equivalent in C# and the problem went away.