How can I add exceptions for a.m. and p.m. to the grammar checker?
Alternatively, where should I put $mySpell->CheckGrammar = false; to turn off the basic grammar checker?
Thanks,
Nick
Here is what we did:
We changed the CheckGrammar variable to 0 in the include.js in utf-8 mode.
That worked. Is there a better method?