This is a migrated thread and some comments may be shown as answers.

Meta tags are corrupted

2 Answers 89 Views
Editor
This is a migrated thread and some comments may be shown as answers.
david
Top achievements
Rank 1
david asked on 08 Jan 2013, 08:37 PM
When I  use editor in HTML mode its breaking valid meta tags from

   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

into

        &lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&gt;
?

2 Answers, 1 is accepted

Sort by
0
david
Top achievements
Rank 1
answered on 08 Jan 2013, 09:15 PM
So this fixed it

    RadEditor1.DisableFilter(Telerik.Web.UI.EditorFilters.ConvertToXhtml);


this didn't happen before I installed the most recent release, is this expected behavior?
0
Rumen
Telerik team
answered on 09 Jan 2013, 01:07 PM
Hi,

This problem should be fixed in the latest Q3 2012 SP2. The issue was related to the ConvertCharactersToEntities, but the problem was fixed in the SP2.

Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
david
Top achievements
Rank 1
Answers by
david
Top achievements
Rank 1
Rumen
Telerik team
Share this question
or