Hello everyone!
This is something I posted already in the forum, but as I am not getting an answer (usually, after 10 hours, no one will ever read my post again), I'm posting the issue here (where is somehow belongs, but I was not sure if it was not a more "global" issue). I would be tempted to put it to critical although it really isn't, because with that bug, I cannot use the module, it looks too bad on a production site.
When sending out an e-mail, every single apostrophe from the content is converted to & #039;. (the "hardcoded" apostrophes, those not varying from message to message, appear correctly, by the way). This problem appears with every apostrophe, be it in the title or in the teaser.
I can't find any flaw in the code, and would very much appreciate your help, if anyone found a solution or a workaround (but not replacing all apostrophes by `).
Thanks a lot in advance, and have a nice day,
Felix.
Comments
Comment #1
felixsmile commentedOK, I solved it!!! :) Feels very good =D
This post: http://drupal.org/node/176088 gave me the idea.
On lines 1551 and the following affected lines, I replaced all the @ by !. For example, @title became !title and then, everything worked out fine =D
Whenever someone who has the rights to do it has some time, I would strongly recommend applying this to head.
Have a nice day!!!
Felix.
Comment #2
bdragon commented5.x-2.0 is a complete rewrite, therefore any bugs in it are new. All prior releases will be obsolete when 5.x-2.0 final is out. Closing references to bugs in prior releases for this reason. Please help test 5.x-2.0 betas. Thank you!