Closed (fixed)
Project:
Ubercart
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2009 at 17:56 UTC
Updated:
26 Apr 2009 at 00:40 UTC
Jump to comment: Most recent file
We have quite a few apostrophes in our product titles. These are displayed perfectly everywhere except if the product is in a product kit. On the product kit page (only) the apostrophes come ups as '''
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 425414.check_plain.1.x.patch | 566 bytes | cha0s |
Comments
Comment #1
leetamus commentedComment #2
cha0s commentedThanks for the report. The problem was l() already does a check_plain(), so we don't need to do it again before we pass the title in.
This problem has apparently already been fixed on D6.
Comment #3
leetamus commentedthanks for the quick fix! works great ;)
Comment #4
rszrama commentedCommitted. Thanks!