----------------------------------------
Bug #245 Error in presentation while showing activity : '
http://my.candycane.jp/issues/show/245
Author: Thomas Bouchet
Status: New
Priority: Low
Assigned To:
Category:
Fixed Version:
When the subject of an issue has some specifics characters, they are not well rendered.
I made the subject of this issue as is : with the quote character being encoded twice in HTML.
You can see it in the file *views/projects/activity.ctp, on the line :
link($candy->format_activity_title($event[?title?]), $event[?url?])
This is encoding twice the quote character: first by the *format_activity_title* function, and then in the link function of CakePHP.
We have two choices : remove the encoding in the candy function, or set to *false* the last parameter of the link function (be careful, newer CakePHP versions do not have the same link parameters).?
?
--------
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://my.candycane.jp/