Bug reports Found a bug? Post it here please.
Version 4.x > Bug reports > Product Description - richtext editor View modes: 
User avatar
Member
Member
sean.kinley-techfringe - 8/19/2009 3:03:38 PM
   
Product Description - richtext editor
Not sure if this is a 4.1 issue or if the issue exists in previous version, but I've noticed that if I enter a product description and make the text bold, the site displays <strong> tags around the text rather than bolding it. Is this an FCKEditor issue? How do you suggest I correct this?

User avatar
Kentico Support
Kentico Support
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