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!