Closed (fixed)
Project:
Boxes
Version:
7.x-1.0-beta3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 May 2011 at 01:13 UTC
Updated:
6 Jun 2011 at 17:43 UTC
Jump to comment: Most recent file
Box titles are being double-escaped before they're output. I can only find one call to check_plain, in the render() method of boxes_simple - I'm not sure where else check_plain or similar is being called on the title (I think it's happening after the render() function is called. The point is, without the check_plain, the chars are being escaped anyway, so adding it here just results in things like it's instead of it's.
Patch to follow...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1147506-check_plain-double-escaped-chars.patch | 1022 bytes | katbailey |
Comments
Comment #1
katbailey commentedHere's the patch...
Comment #2
tirdadc commentedThe other check_plain() kicks in when it reaches _block_render_blocks(). Patch committed. Thanks, I might have to fix this for 6.x too.
Comment #3
tirdadc commented