2

When saving content marked as "< code >", inserted either via html or in the text editor, umbraco refuses to save the content as it is. Umbraco instead converts all < code > tags to < p > tags. This happens in the Rich text editor. What do I have to do to make Umbraco understand that it can save html tags of the < code > type?

The version is 6.1.5

Thanks for your help.

Andreas
  • 2,336
  • 2
  • 28
  • 45

1 Answers1

4

In tinyMCEConfig.confg you have to insert the code tag among the validElements node

wilver
  • 2,106
  • 1
  • 19
  • 26