Hm, yeah. The Toolbox contains no state, so what it does is it checks for a " at the beginning or a " at the end. If one is not found, then it adds it.
I could make it so that it doesn't bother checking for "'s at the beginning or end, but that may mess up other folks who don't put (or forget to put) the "'s surrounding the text.
Perhaps I'll change it so that if BOTH are missing, then it'll add them, but if ONE is missing, then it will leave it alone and assume you know what you're doing.
Comment