kentico_radekm
-
8/20/2009 4:11:43 AM
RE:Product Description - richtext editor
Hello.
May I ask you what build version do you use? I have tested it on version: 4.1 Build: 4.1.3518 and it behaves OK. When I go to Product tab of some product and bold description, it is rendered correctly. Anyway, if you have this issue, I would like suggest you following.
Please go to Site Manager -> Development -> Document types, edit appropriate document type (for example Product-Camera), open Transformations tab and edit Default transformation. Here you should find this line:
<%# Eval("SKUDescription") %>
Could you please change it to <%# Eval("SKUDescription",false) %> ? It should help. Please note what this function do and what is a second parameter for:
<%# Eval("NewsTitle", true) %> Displays value of the given field. If second param is true value will be HTML encoded.
Best Regards, Radek Macalik
|