Closed (fixed)
Project:
Comment Mail
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2008 at 11:47 UTC
Updated:
7 Nov 2008 at 17:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
maartenvg commentedAttached patch fixes this.
There were 2 problems with that line:
- uses '@' placeholders instead of '!' placeholders, this will perform check_plain on the replacements, which is not wanted in a e-mail subject.
-
@sitecontent was wrapped in a additional check_plain(), which is overkill because the '@' already does that and unnecessary because of what I said above.Comment #2
maartenvg commentedFixed this in CVS and will find its way into the next version of Comment mail.
Thanks for reporting this!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.