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...

Comments

katbailey’s picture

Status: Active » Needs review
StatusFileSize
new1022 bytes

Here's the patch...

tirdadc’s picture

Assigned: Unassigned » tirdadc
Status: Needs review » Patch (to be ported)

The other check_plain() kicks in when it reaches _block_render_blocks(). Patch committed. Thanks, I might have to fix this for 6.x too.

tirdadc’s picture

Status: Patch (to be ported) » Closed (fixed)