Using Field translation 7.15, the HTML from my select field options gets rendered as plain text. If I disable the module, the HTML gets rendered normally. Is there a work-around or a way to fix this bug? I tried searching for similar bugs but didn't find one, please point me to an older issue if it already exists. Thanks.

Comments

ipwa’s picture

Title: The field translation renders HTML in field options (select) as plan text » The field translation module renders HTML in field options (select) as plan text

Changing tittle

ipwa’s picture

Title: The field translation module renders HTML in field options (select) as plan text » The field translation module renders HTML in field options (select) as plain text

Typo

FreeAndEasy’s picture

I have the same problem, the html gets sanitized for no good reason.

A temporary solution is to uncomment line 638 in i18n_string.module

//$string = check_plain($string);

finex’s picture

Bug confirmed on latest i18n version (7.x-1.7).

jose reyero’s picture

Status: Active » Fixed

This should be fixed with this commit http://drupalcode.org/project/i18n.git/commit/c69f757

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.