Hi all, is there a possibility to escape the HTML tags of a Radiant Page in order to pass them (and the rest of the page, of course) to a JavaScript function (as a parameter)?
The problem is that I cannot pass content containing closing HTML tags (</b>, </p> and so on) to a JavaScript function - I have to escape the content by putting a backslash ( \ ) before the slash (result: <\/b>). Any ideas how to escape such characters? Thanks, Patrick _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
