Active
Project:
UC Upsell
Version:
5.x-2.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2010 at 10:27 UTC
Updated:
3 Jun 2010 at 10:29 UTC
Line 784 creates a hyperlink so visitors can easily add related products to their carts. The hyperlink contains the text 'Add to cart ' followed by the formatted selling price. When your currency sign contains HTML (i.e., €) it is not displayed correctly in this hyperlink. Instead of getting the euro sign, € is literally displayed.
Fix should be to pass three additional parameters to the l() function: 'NULL,FALSE,TRUE' , which makes sure HTML codes are displayed correctly.
I'm too new to drupal to submit the patch myself (again, sorry).
Comments
Comment #1
thebruins commentedEh, should be 'Instead of getting the euro sign, € is literally displayed'.