Closed (fixed)
Project:
Purr Messages
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
14 May 2010 at 09:46 UTC
Updated:
30 Jun 2014 at 07:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mikebell_ commentedOk I've built a rough patch to fix this. Please find it attached
Comment #2
tancThanks for the patch. Would encoding with htmlentities work instead of a string replace?
I'm currently having issues with my CVS account so I can't update any code.
Comment #3
mikebell_ commentedUpdated patch to use htmlentities
Comment #4
mikebell_ commentedPlease use patch from post #1 as #3 breaks links.
Comment #5
tancHave committed your patch from #1. Thanks!
Comment #6
tancMarking this as fixed as no one has reviewed and from my testing it appears to be fine.
Comment #8
adewinne commentedI just wrapped the $message output with addslashes in the module on line 117. Worked fine.
$output .= "+ '<li>". addslashes($message) ."</li>'\n";Comment #9
tancThanks adewinne, good idea with addslashes. I've added it to the 6.x-1.x-dev branch, should be updated shortly.