I'd like to have an IS_IN_SET validator with font sets, this doesn't work:

fontset=IS_IN_SET(['myriad-pro-1, myriad-pro-2, Myriad, "Trebuchet MS", 
sans-serif','"Helvetica Neue", Helvetica, Arial, 
sans-serif'],zero=T('select a value'))

In a view this:

font-family: {{=session.customtheme.bodyFontFamily}};

turn into this:

font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

Is there a way to replace the &qout; with "


Kind regards,

Annet.

-- 



Reply via email to